#AAD42D

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

Shades of Yellow Green #AAD42D

Tints of Yellow Green #AAD42D

Color information

#AAD42D (or 0xAAD42D) is unknown color: approx Yellow Green. HEX triplet: AA, D4 and 2D. RGB value is (170,212,45). Sum of RGB (Red+Green+Blue) = 170+212+45=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD42D is #552BD2. Grayscale: #B5B5B5. Windows color (decimal): -5581779 or 3003562. OLE color: 3003562.

HSL color Cylindrical-coordinate representation of color #AAD42D: hue angle of 75.09º degrees, saturation: 0.66, 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 #AAD42D is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB17021245-
CMYK0.2000.790.17
HSL75.09º66.01%50.39%-
HSV(B)75.09º78.77%83.14%-
XYZ40.5955.8211.12-
YUV180.451.59120.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 212 (83.20% from 255) = 49.65%
BLUE value IS 45 (17.97% from 255) = 10.54%
R=39.81%
G=49.65%
B=10.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal170212450.2000.790.1775.0966.0150.39
HexAAD42D1404F114b4232
Octal252324552401172111310262
Binary101010101101010010110110100010011111000110010111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD42D; }

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

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

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

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

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

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

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

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