Html Css Color HEX #A9A42A Earls Green

📋 copy color: '#A9A42A'

red 169 ◦ green 164 ◦ blue 42

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

Shades of Earls Green #A9A42A

Tints of Earls Green #A9A42A

RGB

 RED value IS 169 (66.41% from 255) = 45.07%

 GREEN value IS 164 (64.45% from 255) = 43.73%

 BLUE value IS 42 (16.8% from 255) = 11.2%

R = 45.07%
G = 43.73%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A9A42A (or 0xA9A42A) is known color: Earls Green. HEX triplet: A9, A4 and 2A. RGB value is (169,164,42). Sum of RGB (Red+Green+Blue) = 169+164+42=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A42A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A42A is #565BD5. Grayscale: #989898. Windows color (decimal): -5659606 or 2794665. OLE color: 2794665.

HSL color Cylindrical-coordinate representation of color #A9A42A: hue angle of 57.64º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9A42A is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 164 42 -
CMYK 0 0.03 0.75 0.34
HSL 57.64º 0.6% 0.41% -
HSV(B) 57.64º 0.75% 0.66% -
XYZ 30.06 35.15 7.39 -
YUV 151.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 169 164 42 0 0.03 0.75 0.34 57.64 0.6 0.41
Hex A9 A4 2A 0 3 4B 22 3A 3C 29
Octal 251 244 52 0 3 113 42 72 74 51
Binary 10101001 10100100 101010 0 11 1001011 100010 111010 111100 101001

Color Harmonies of #A9A42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A42A

Black with #A9A42A

Text Example


Text Example

White with #A9A42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A42A; }

 p { color: rgb(169,164,42); }

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

background-color css

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

 a { background-color: rgb(169,164,42); }

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

border-color css

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

 span { border-color: rgb(169,164,42); }

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