Html Css Color HEX #AAD32D Yellow Green

📋 copy color: '#AAD32D'

red 170 ◦ green 211 ◦ blue 45

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

Shades of Yellow Green #AAD32D

Tints of Yellow Green #AAD32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.56%

R = 39.91%
G = 49.53%
B = 10.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#AAD32D (or 0xAAD32D) is known color: Yellow Green. HEX triplet: AA, D3 and 2D. RGB value is (170,211,45). Sum of RGB (Red+Green+Blue) = 170+211+45=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD32D is #552CD2. Grayscale: #B4B4B4. Windows color (decimal): -5582035 or 3003306. OLE color: 3003306.

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

Color convert

RGB 170 211 45 -
CMYK 0.19 0 0.79 0.17
HSL 74.82º 0.65% 0.5% -
HSV(B) 74.82º 0.79% 0.83% -
XYZ 40.35 55.32 11.03 -
YUV 179.82 51.92 121 -
System Red Green Blue C M Y K H S L
Decimal 170 211 45 0.19 0 0.79 0.17 74.82 0.65 0.5
Hex AA D3 2D 13 0 4F 11 4B 41 32
Octal 252 323 55 23 0 117 21 113 101 62
Binary 10101010 11010011 101101 10011 0 1001111 10001 1001011 1000001 110010

Color Harmonies of #AAD32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD32D

Black with #AAD32D

Text Example


Text Example

White with #AAD32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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