Html Css Color HEX #AAAB25 Earls Green

📋 copy color: '#AAAB25'

red 170 ◦ green 171 ◦ blue 37

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

Shades of Earls Green #AAAB25

Tints of Earls Green #AAAB25

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.24%

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

R = 44.97%
G = 45.24%
B = 9.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AAAB25 (or 0xAAAB25) is known color: Earls Green. HEX triplet: AA, AB and 25. RGB value is (170,171,37). Sum of RGB (Red+Green+Blue) = 170+171+37=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB25 is #5554DA. Grayscale: #9B9B9B. Windows color (decimal): -5592283 or 2468778. OLE color: 2468778.

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

Color convert

RGB 170 171 37 -
CMYK 0.01 0 0.78 0.33
HSL 60.45º 0.64% 0.41% -
HSV(B) 60.45º 0.78% 0.67% -
XYZ 31.47 37.81 7.39 -
YUV 155.43 61.17 138.4 -
System Red Green Blue C M Y K H S L
Decimal 170 171 37 0.01 0 0.78 0.33 60.45 0.64 0.41
Hex AA AB 25 1 0 4E 21 3C 40 29
Octal 252 253 45 1 0 116 41 74 100 51
Binary 10101010 10101011 100101 1 0 1001110 100001 111100 1000000 101001

Color Harmonies of #AAAB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB25

Black with #AAAB25

Text Example


Text Example

White with #AAAB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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