Html Css Color HEX #A9AE26 Earls Green

📋 copy color: '#A9AE26'

red 169 ◦ green 174 ◦ blue 38

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

Shades of Earls Green #A9AE26

Tints of Earls Green #A9AE26

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.67%

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

R = 44.36%
G = 45.67%
B = 9.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#A9AE26 (or 0xA9AE26) is known color: Earls Green. HEX triplet: A9, AE and 26. RGB value is (169,174,38). Sum of RGB (Red+Green+Blue) = 169+174+38=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AE26 is #5651D9. Grayscale: #9D9D9D. Windows color (decimal): -5657050 or 2535081. OLE color: 2535081.

HSL color Cylindrical-coordinate representation of color #A9AE26: hue angle of 62.21º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A9AE26 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 174 38 -
CMYK 0.03 0 0.78 0.32
HSL 62.21º 0.64% 0.42% -
HSV(B) 62.21º 0.78% 0.68% -
XYZ 31.85 38.85 7.65 -
YUV 157 60.84 136.56 -
System Red Green Blue C M Y K H S L
Decimal 169 174 38 0.03 0 0.78 0.32 62.21 0.64 0.42
Hex A9 AE 26 3 0 4E 20 3E 40 2A
Octal 251 256 46 3 0 116 40 76 100 52
Binary 10101001 10101110 100110 11 0 1001110 100000 111110 1000000 101010

Color Harmonies of #A9AE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AE26

Black with #A9AE26

Text Example


Text Example

White with #A9AE26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AE26; }

 p { color: rgb(169,174,38); }

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

background-color css

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

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

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

border-color css

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

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

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