#AAD231

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

Shades of Yellow Green #AAD231

Tints of Yellow Green #AAD231

Color information

#AAD231 (or 0xAAD231) is unknown color: approx Yellow Green. HEX triplet: AA, D2 and 31. RGB value is (170,210,49). Sum of RGB (Red+Green+Blue) = 170+210+49=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD231 is #552DCE. Grayscale: #B4B4B4. Windows color (decimal): -5582287 or 3265194. OLE color: 3265194.

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

Color convert

RGB17021049-
CMYK0.1900.770.18
HSL74.91º64.14%50.78%-
HSV(B)74.91º76.67%82.35%-
XYZ40.1854.8611.38-
YUV179.6954.25121.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 210 (82.42% from 255) = 48.95%
BLUE value IS 49 (19.53% from 255) = 11.42%
R=39.63%
G=48.95%
B=11.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170210490.1900.770.1874.9164.1450.78
HexAAD2311304D124b4033
Octal252322612301152211310063
Binary101010101101001011000110011010011011001010010111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD231; }

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

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

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

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

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

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

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

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