COLOR #ABE190

HEX: #ABE190
RGB: (171,225,144)

Renk bilgisi

#ABE190 contains mainly red and green colors. #ABE190 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ABE190 color RGB value is (171,225,144).

  • kırmız ton 171;
  • yeşil ton 225;
  • mavi ton 144.
RGB:
(171,225,144)
(67%,88%,56%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 225 of 255 = 88%
B 144 of 255 = 56%

171
225
144

R + G + B ~ 70%. #ABE190 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 225 + 144 = 540 (100%)
R 171 of 540 ~ 31.67%
G 225 of 540 ~ 41.67%
B 144 of 540 ~ 26.67%

%31.67
%41.67
%26.67

CMYK RENK MODELİ

#ABE190 rengi CMYK tonu (24,0,36,12).

  • camgöbeği tonu 24.00%
  • eflatun tonu 0.00%
  • sarı tonu 36.00%
  • ana renk tonu 11.76%
CMYK:
(24,0,36,12)
C24M0Y36K12 
(24%,0%,36%,12%)
(0.24/0.00/0.36/0.12)	

CMYK yüzdeleri

%24
%0
%36
%11.76

Codes

Color #ABE190 in popluar color models

ABE190
RGB171225144
HSL100°57.45%72.35%
HSB/HSV100°36.00%88.24%
CMYK24.00%0.00%36.00%
11.76%

Color #ABE190 in popluar number systems.

HEXABE190
Decimal171225144
Binary101010111110000110010000
Octal253341220

Shades and tints

Shades of #ABE190

#ABE190
(171,225,144)
#9CCD83
(156,205,131)
#8DB976
(141,185,118)
#7EA569
(126,165,105)
#6F915C
(111,145,92)
#607D4F
(96,125,79)
#516942
(81,105,66)
#425535
(66,85,53)
#334128
(51,65,40)
#242D1B
(36,45,27)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #ABE190

#ABE190
(171,225,144)
#B2E39A
(178,227,154)
#B9E5A4
(185,229,164)
#C0E7AE
(192,231,174)
#C7E9B8
(199,233,184)
#CEEBC2
(206,235,194)
#D5EDCC
(213,237,204)
#DCEFD6
(220,239,214)
#E3F1E0
(227,241,224)
#EAF3EA
(234,243,234)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE190 color. Also use rgb(171,225,144) instead hex code.

Text Font Color

.myTextColor { color: #ABE190; }

<p style="color:#ABE190">This sample text font color is #ABE190.</p>

This text font color is #ABE190.


Background Color

.myBgColor { background-color: #ABE190; }

<div style="background-color:#ABE190">Inner text</div>

This div background color is #ABE190.


Border color

.myBorderColor { border: 1px solid #ABE190; }

<div style="border:3px solid #ABE190">Div</div>

This div border color is #ABE190.


Opacity

.myOpacity80 { color: #ABE190; opacity: 0.8; }

<p style="color:#ABE190;opacity:0.8;">80%</p>

Text with #ABE190 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ABE190;}

<p style="text-shadow: 3px 3px 1px #ABE190">Text here.</p>

This text has shadow with #ABE190 color.

.textShadow {text-shadow: 3px 3px 1px #ABE190, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ABE190, 5px 5px 20px red">Text here.</p>

This text has shadow with #ABE190 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABE190, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ABE190, Direction=45, Strength=4)">Text</p>

This text has shadow with #ABE190 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ABE190;
  -webkit-box-shadow:	1px 1px 3px 2px #ABE190;
  box-shadow:		1px 1px 3px 2px #ABE190;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABE190;
-webkit-box-shadow: 1px 1px 3px 2px #ABE190;
box-shadow:1px 1px 3px 2px #ABE190;">
Div content here</div>
This div box has shadow with color #ABE190.

Preview

Color preview on black background

This text has color #ABE190 on black background.


Color preview on white background

This text has color #ABE190 on white background.



Black color preview on #ABE190 background

This text has black color on #ABE190 background.


White color preview on #ABE190 background

This text has white color on #ABE190 background.