#ACAF1E

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

Shades of Earls Green #ACAF1E

Tints of Earls Green #ACAF1E

Color information

#ACAF1E (or 0xACAF1E) is unknown color: approx Earls Green. HEX triplet: AC, AF and 1E. RGB value is (172,175,30). Sum of RGB (Red+Green+Blue) = 172+175+30=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAF1E is #5350E1. Grayscale: #9E9E9E. Windows color (decimal): -5460194 or 2011052. OLE color: 2011052.

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

Color convert

RGB17217530-
CMYK0.0200.830.31
HSL61.24º70.73%40.2%-
HSV(B)61.24º82.86%68.63%-
XYZ32.5839.527.14-
YUV157.5756.01138.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 175 (68.75% from 255) = 46.42%
BLUE value IS 30 (12.11% from 255) = 7.96%
R=45.62%
G=46.42%
B=7.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172175300.0200.830.3161.2470.7340.2
HexACAF1E20531F3d4728
Octal2542573620123377510750
Binary1010110010101111111101001010011111111111011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF1E; }

 p { color: rgb(172,175,30); }

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

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

 a { background-color: rgb(172,175,30); }

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

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

 span { border-color: rgb(172,175,30); }

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