#AAD22B

Color #AAD22B Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #AAD22B

Tints of Yellow Green #AAD22B

Color information

#AAD22B (or 0xAAD22B) is unknown color: approx Yellow Green. HEX triplet: AA, D2 and 2B. RGB value is (170,210,43). Sum of RGB (Red+Green+Blue) = 170+210+43=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD22B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD22B is #552DD4. Grayscale: #B3B3B3. Windows color (decimal): -5582293 or 2871978. OLE color: 2871978.

HSL color Cylindrical-coordinate representation of color #AAD22B: hue angle of 74.37º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAD22B is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB17021043-
CMYK0.1900.800.18
HSL74.37º66.01%49.61%-
HSV(B)74.37º79.52%82.35%-
XYZ40.0654.8110.75-
YUV17951.25121.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 210 (82.42% from 255) = 49.65%
BLUE value IS 43 (17.19% from 255) = 10.17%
R=40.19%
G=49.65%
B=10.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170210430.1900.800.1874.3766.0149.61
HexAAD22B13050124a4232
Octal252322532301202211210262
Binary101010101101001010101110011010100001001010010101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD22B; }

 p { color: rgb(170,210,43); }

 H1.HeaderClassName
 {
   color: #AAD22B;
 }
 .AnyTagClassName
 {
   color: #AAD22B;
 }
</style>
background-color css

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

 a { background-color: rgb(170,210,43); }

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

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

 span { border-color: rgb(170,210,43); }

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