Html Css Color HEX #A8AD29 Earls Green

📋 copy color: '#A8AD29'

red 168 ◦ green 173 ◦ blue 41

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

Shades of Earls Green #A8AD29

Tints of Earls Green #A8AD29

RGB

 RED value IS 168 (66.02% from 255) = 43.98%

 GREEN value IS 173 (67.97% from 255) = 45.29%

 BLUE value IS 41 (16.41% from 255) = 10.73%

R = 43.98%
G = 45.29%
B = 10.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#A8AD29 (or 0xA8AD29) is known color: Earls Green. HEX triplet: A8, AD and 29. RGB value is (168,173,41). Sum of RGB (Red+Green+Blue) = 168+173+41=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD29 is #5752D6. Grayscale: #9C9C9C. Windows color (decimal): -5722839 or 2731432. OLE color: 2731432.

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

Color convert

RGB 168 173 41 -
CMYK 0.03 0 0.76 0.32
HSL 62.27º 0.62% 0.42% -
HSV(B) 62.27º 0.76% 0.68% -
XYZ 31.49 38.37 7.84 -
YUV 156.46 62.84 136.23 -
System Red Green Blue C M Y K H S L
Decimal 168 173 41 0.03 0 0.76 0.32 62.27 0.62 0.42
Hex A8 AD 29 3 0 4C 20 3E 3E 2A
Octal 250 255 51 3 0 114 40 76 76 52
Binary 10101000 10101101 101001 11 0 1001100 100000 111110 111110 101010

Color Harmonies of #A8AD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD29

Black with #A8AD29

Text Example


Text Example

White with #A8AD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD29; }

 p { color: rgb(168,173,41); }

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

background-color css

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

 a { background-color: rgb(168,173,41); }

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

border-color css

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

 span { border-color: rgb(168,173,41); }

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