Html Css Color HEX #ACAC26 Earls Green

📋 copy color: '#ACAC26'

red 172 ◦ green 172 ◦ blue 38

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

Shades of Earls Green #ACAC26

Tints of Earls Green #ACAC26

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.03%

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

R = 45.03%
G = 45.03%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#ACAC26 (or 0xACAC26) is known color: Earls Green. HEX triplet: AC, AC and 26. RGB value is (172,172,38). Sum of RGB (Red+Green+Blue) = 172+172+38=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC26 is #5353D9. Grayscale: #9D9D9D. Windows color (decimal): -5460954 or 2534572. OLE color: 2534572.

HSL color Cylindrical-coordinate representation of color #ACAC26: hue angle of 60º 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 #ACAC26 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 172 38 -
CMYK 0 0 0.78 0.33
HSL 60º 0.64% 0.41% -
HSV(B) 60º 0.78% 0.67% -
XYZ 32.12 38.42 7.56 -
YUV 156.72 61 138.9 -
System Red Green Blue C M Y K H S L
Decimal 172 172 38 0 0 0.78 0.33 60 0.64 0.41
Hex AC AC 26 0 0 4E 21 3C 40 29
Octal 254 254 46 0 0 116 41 74 100 51
Binary 10101100 10101100 100110 0 0 1001110 100001 111100 1000000 101001

Color Harmonies of #ACAC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC26

Black with #ACAC26

Text Example


Text Example

White with #ACAC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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