Html Css Color HEX #ACAB14 Earls Green

📋 copy color: '#ACAB14'

red 172 ◦ green 171 ◦ blue 20

#ACAB14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #ACAB14

Tints of Earls Green #ACAB14

RGB

 RED value IS 172 (67.58% from 255) = 47.38%

 GREEN value IS 171 (67.19% from 255) = 47.11%

 BLUE value IS 20 (8.2% from 255) = 5.51%

R = 47.38%
G = 47.11%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#ACAB14 (or 0xACAB14) is known color: Earls Green. HEX triplet: AC, AB and 14. RGB value is (172,171,20). Sum of RGB (Red+Green+Blue) = 172+171+20=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAB14 is #5354EB. Grayscale: #9A9A9A. Windows color (decimal): -5461228 or 1354668. OLE color: 1354668.

HSL color Cylindrical-coordinate representation of color #ACAB14: hue angle of 59.61º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACAB14 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 171 20 -
CMYK 0 0.01 0.88 0.33
HSL 59.61º 0.79% 0.38% -
HSV(B) 59.61º 0.88% 0.67% -
XYZ 31.7 37.95 6.32 -
YUV 154.09 52.33 140.78 -
System Red Green Blue C M Y K H S L
Decimal 172 171 20 0 0.01 0.88 0.33 59.61 0.79 0.38
Hex AC AB 14 0 1 58 21 3C 4F 26
Octal 254 253 24 0 1 130 41 74 117 46
Binary 10101100 10101011 10100 0 1 1011000 100001 111100 1001111 100110

Color Harmonies of #ACAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB14

Black with #ACAB14

Text Example


Text Example

White with #ACAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB14; }

 p { color: rgb(172,171,20); }

 H1.HeaderClassName
 {
   color: #ACAB14;
 }
 .AnyTagClassName
 {
   color: #ACAB14;
 }
</style>

background-color css

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

 a { background-color: rgb(172,171,20); }

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

border-color css

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

 span { border-color: rgb(172,171,20); }

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