#AFAB27

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

Shades of Earls Green #AFAB27

Tints of Earls Green #AFAB27

Color information

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

HSL color Cylindrical-coordinate representation of color #AFAB27: hue angle of 58.24º 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 #AFAB27 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17517139-
CMYK00.020.780.31
HSL58.24º63.55%41.96%-
HSV(B)58.24º77.71%68.63%-
XYZ32.6138.397.61-
YUV157.1561.33140.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751713900.020.780.3158.2463.5541.96
HexAFAB27024E1F3a402a
Octal2572534702116377210052
Binary10101111101010111001110101001110111111110101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB27; }

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

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

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

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

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

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

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

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