#AAD02D

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

Shades of Yellow Green #AAD02D

Tints of Yellow Green #AAD02D

Color information

#AAD02D (or 0xAAD02D) is unknown color: approx Yellow Green. HEX triplet: AA, D0 and 2D. RGB value is (170,208,45). Sum of RGB (Red+Green+Blue) = 170+208+45=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD02D is #552FD2. Grayscale: #B2B2B2. Windows color (decimal): -5582803 or 3002538. OLE color: 3002538.

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

Color convert

RGB17020845-
CMYK0.1800.780.18
HSL73.99º64.43%49.61%-
HSV(B)73.99º78.37%81.57%-
XYZ39.6153.8510.79-
YUV178.0652.91122.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 208 (81.64% from 255) = 49.17%
BLUE value IS 45 (17.97% from 255) = 10.64%
R=40.19%
G=49.17%
B=10.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170208450.1800.780.1873.9964.4349.61
HexAAD02D1204E124a4032
Octal252320552201162211210062
Binary101010101101000010110110010010011101001010010101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD02D; }

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

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

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

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

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

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

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

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