#AFAB31

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

Shades of Earls Green #AFAB31

Tints of Earls Green #AFAB31

Color information

#AFAB31 (or 0xAFAB31) is unknown color: approx Earls Green. HEX triplet: AF, AB and 31. RGB value is (175,171,49). Sum of RGB (Red+Green+Blue) = 175+171+49=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB31 is #5054CE. Grayscale: #9E9E9E. Windows color (decimal): -5264591 or 3255215. OLE color: 3255215.

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

Color convert

RGB17517149-
CMYK00.020.720.31
HSL58.1º56.25%43.92%-
HSV(B)58.1º72%68.63%-
XYZ32.838.468.6-
YUV158.2966.33139.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 171 (67.19% from 255) = 43.29%
BLUE value IS 49 (19.53% from 255) = 12.41%
R=44.30%
G=43.29%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751714900.020.720.3158.156.2543.92
HexAFAB3102481F3a382c
Octal257253610211037727054
Binary1010111110101011110001010100100011111111010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB31; }

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

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

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

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

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

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

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

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