Html Css Color HEX #AAD332 Yellow Green

📋 copy color: '#AAD332'

red 170 ◦ green 211 ◦ blue 50

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

Shades of Yellow Green #AAD332

Tints of Yellow Green #AAD332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.6%

R = 39.44%
G = 48.96%
B = 11.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#AAD332 (or 0xAAD332) is known color: Yellow Green. HEX triplet: AA, D3 and 32. RGB value is (170,211,50). Sum of RGB (Red+Green+Blue) = 170+211+50=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD332 is #552CCD. Grayscale: #B4B4B4. Windows color (decimal): -5582030 or 3330986. OLE color: 3330986.

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

Color convert

RGB 170 211 50 -
CMYK 0.19 0 0.76 0.17
HSL 75.28º 0.65% 0.51% -
HSV(B) 75.28º 0.76% 0.83% -
XYZ 40.45 55.36 11.57 -
YUV 180.39 54.42 120.59 -
System Red Green Blue C M Y K H S L
Decimal 170 211 50 0.19 0 0.76 0.17 75.28 0.65 0.51
Hex AA D3 32 13 0 4C 11 4B 41 33
Octal 252 323 62 23 0 114 21 113 101 63
Binary 10101010 11010011 110010 10011 0 1001100 10001 1001011 1000001 110011

Color Harmonies of #AAD332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD332

Black with #AAD332

Text Example


Text Example

White with #AAD332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD332; }

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

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

background-color css

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

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

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

border-color css

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

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

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