Html Css Color HEX #ACAA26 Earls Green

📋 copy color: '#ACAA26'

red 172 ◦ green 170 ◦ blue 38

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

Shades of Earls Green #ACAA26

Tints of Earls Green #ACAA26

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.74%

 BLUE value IS 38 (15.23% from 255) = 10%

R = 45.26%
G = 44.74%
B = 10%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#ACAA26 (or 0xACAA26) is known color: Earls Green. HEX triplet: AC, AA and 26. RGB value is (172,170,38). Sum of RGB (Red+Green+Blue) = 172+170+38=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA26 is #5355D9. Grayscale: #9C9C9C. Windows color (decimal): -5461466 or 2534060. OLE color: 2534060.

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

Color convert

RGB 172 170 38 -
CMYK 0 0.01 0.78 0.33
HSL 59.1º 0.64% 0.41% -
HSV(B) 59.1º 0.78% 0.67% -
XYZ 31.74 37.66 7.43 -
YUV 155.55 61.66 139.73 -
System Red Green Blue C M Y K H S L
Decimal 172 170 38 0 0.01 0.78 0.33 59.1 0.64 0.41
Hex AC AA 26 0 1 4E 21 3B 40 29
Octal 254 252 46 0 1 116 41 73 100 51
Binary 10101100 10101010 100110 0 1 1001110 100001 111011 1000000 101001

Color Harmonies of #ACAA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA26

Black with #ACAA26

Text Example


Text Example

White with #ACAA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA26; }

 p { color: rgb(172,170,38); }

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

background-color css

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

 a { background-color: rgb(172,170,38); }

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

border-color css

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

 span { border-color: rgb(172,170,38); }

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