Html Css Color HEX #AAAF25 Earls Green

📋 copy color: '#AAAF25'

red 170 ◦ green 175 ◦ blue 37

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

Shades of Earls Green #AAAF25

Tints of Earls Green #AAAF25

RGB

 RED value IS 170 (66.8% from 255) = 44.5%

 GREEN value IS 175 (68.75% from 255) = 45.81%

 BLUE value IS 37 (14.84% from 255) = 9.69%

R = 44.5%
G = 45.81%
B = 9.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AAAF25 (or 0xAAAF25) is known color: Earls Green. HEX triplet: AA, AF and 25. RGB value is (170,175,37). Sum of RGB (Red+Green+Blue) = 170+175+37=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF25 is #5550DA. Grayscale: #9E9E9E. Windows color (decimal): -5591259 or 2469802. OLE color: 2469802.

HSL color Cylindrical-coordinate representation of color #AAAF25: hue angle of 62.17º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAAF25 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 37 -
CMYK 0.03 0 0.79 0.31
HSL 62.17º 0.65% 0.42% -
HSV(B) 62.17º 0.79% 0.69% -
XYZ 32.24 39.34 7.64 -
YUV 157.77 59.84 136.72 -
System Red Green Blue C M Y K H S L
Decimal 170 175 37 0.03 0 0.79 0.31 62.17 0.65 0.42
Hex AA AF 25 3 0 4F 1F 3E 41 2A
Octal 252 257 45 3 0 117 37 76 101 52
Binary 10101010 10101111 100101 11 0 1001111 11111 111110 1000001 101010

Color Harmonies of #AAAF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF25

Black with #AAAF25

Text Example


Text Example

White with #AAAF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF25; }

 p { color: rgb(170,175,37); }

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

background-color css

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

 a { background-color: rgb(170,175,37); }

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

border-color css

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

 span { border-color: rgb(170,175,37); }

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