#AFA81B

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

Shades of Earls Green #AFA81B

Tints of Earls Green #AFA81B

Color information

#AFA81B (or 0xAFA81B) is unknown color: approx Earls Green. HEX triplet: AF, A8 and 1B. RGB value is (175,168,27). Sum of RGB (Red+Green+Blue) = 175+168+27=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA81B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA81B is #5057E4. Grayscale: #9A9A9A. Windows color (decimal): -5265381 or 1812655. OLE color: 1812655.

HSL color Cylindrical-coordinate representation of color #AFA81B: hue angle of 57.16º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFA81B is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB17516827-
CMYK00.040.850.31
HSL57.16º73.27%39.61%-
HSV(B)57.16º84.57%68.63%-
XYZ31.8837.26.54-
YUV154.0256.32142.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 168 (66.02% from 255) = 45.41%
BLUE value IS 27 (10.94% from 255) = 7.30%
R=47.30%
G=45.41%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751682700.040.850.3157.1673.2739.61
HexAFA81B04551F394928
Octal2572503304125377111150
Binary10101111101010001101101001010101111111110011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA81B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA81B; }

 p { color: rgb(175,168,27); }

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

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

 a { background-color: rgb(175,168,27); }

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

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

 span { border-color: rgb(175,168,27); }

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