Html Css Color HEX #AAD32E Yellow Green

📋 copy color: '#AAD32E'

red 170 ◦ green 211 ◦ blue 46

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

Shades of Yellow Green #AAD32E

Tints of Yellow Green #AAD32E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.41%

 BLUE value IS 46 (18.36% from 255) = 10.77%

R = 39.81%
G = 49.41%
B = 10.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#AAD32E (or 0xAAD32E) is known color: Yellow Green. HEX triplet: AA, D3 and 2E. RGB value is (170,211,46). Sum of RGB (Red+Green+Blue) = 170+211+46=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD32E is #552CD1. Grayscale: #B4B4B4. Windows color (decimal): -5582034 or 3068842. OLE color: 3068842.

HSL color Cylindrical-coordinate representation of color #AAD32E: hue angle of 74.91º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAD32E is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 46 -
CMYK 0.19 0 0.78 0.17
HSL 74.91º 0.65% 0.5% -
HSV(B) 74.91º 0.78% 0.83% -
XYZ 40.36 55.33 11.14 -
YUV 179.93 52.42 120.92 -
System Red Green Blue C M Y K H S L
Decimal 170 211 46 0.19 0 0.78 0.17 74.91 0.65 0.5
Hex AA D3 2E 13 0 4E 11 4B 41 32
Octal 252 323 56 23 0 116 21 113 101 62
Binary 10101010 11010011 101110 10011 0 1001110 10001 1001011 1000001 110010

Color Harmonies of #AAD32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD32E

Black with #AAD32E

Text Example


Text Example

White with #AAD32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD32E; }

 p { color: rgb(170,211,46); }

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

background-color css

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

 a { background-color: rgb(170,211,46); }

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

border-color css

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

 span { border-color: rgb(170,211,46); }

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