#ABAF27

Color #ABAF27 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #ABAF27

Tints of Earls Green #ABAF27

Color information

#ABAF27 (or 0xABAF27) is unknown color: approx Earls Green. HEX triplet: AB, AF and 27. RGB value is (171,175,39). Sum of RGB (Red+Green+Blue) = 171+175+39=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF27 is #5450D8. Grayscale: #9E9E9E. Windows color (decimal): -5525721 or 2600875. OLE color: 2600875.

HSL color Cylindrical-coordinate representation of color #ABAF27: hue angle of 61.76º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABAF27 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17117539-
CMYK0.0200.780.31
HSL61.76º63.55%41.96%-
HSV(B)61.76º77.71%68.63%-
XYZ32.4939.467.82-
YUV158.360.67137.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 44.42%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 39 (15.62% from 255) = 10.13%
R=44.42%
G=45.45%
B=10.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171175390.0200.780.3161.7663.5541.96
HexABAF27204E1F3e402a
Octal2532574720116377610052
Binary10101011101011111001111001001110111111111101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF27; }

 p { color: rgb(171,175,39); }

 H1.HeaderClassName
 {
   color: #ABAF27;
 }
 .AnyTagClassName
 {
   color: #ABAF27;
 }
</style>
background-color css

<style>
 a { background-color: #ABAF27; }

 a { background-color: rgb(171,175,39); }

 div.DivClassName
 {
   background-color: #ABAF27;
 }
 .BgClassName
 {
   background-color: #ABAF27;
 }
</style>
border-color css

<style>
 span { border-color: #ABAF27; }

 span { border-color: rgb(171,175,39); }

 td.TdClassName
 {
   border-color: #ABAF27;
 }
 .TagClassName
 {
   border-color: #ABAF27;
 }
</style>