Shades of Green Yellow #AAF03D
Tints of Green Yellow #AAF03D
RGB
CMYK
RGB Variations
Color information
#AAF03D (or 0xAAF03D) is known color: Green Yellow. HEX triplet: AA, F0 and 3D. RGB value is (170,240,61). Sum of RGB (Red+Green+Blue) = 170+240+61=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 61 (24.22% from 255 or 12.95% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF03D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF03D is #550FC2. Grayscale: #C7C7C7. Windows color (decimal): -5574595 or 4059306. OLE color: 4059306.
HSL color Cylindrical-coordinate representation of color #AAF03D: hue angle of 83.46º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAF03D is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 61 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.06 |
| HSL | 83.46º | 0.86% | 0.59% | - |
| HSV(B) | 83.46º | 0.75% | 0.94% | - |
| XYZ | 48.58 | 71.2 | 15.6 | - |
| YUV | 198.66 | 50.31 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 61 | 0.29 | 0 | 0.75 | 0.06 | 83.46 | 0.86 | 0.59 |
| Hex | AA | F0 | 3D | 1D | 0 | 4B | 6 | 53 | 56 | 3B |
| Octal | 252 | 360 | 75 | 35 | 0 | 113 | 6 | 123 | 126 | 73 |
| Binary | 10101010 | 11110000 | 111101 | 11101 | 0 | 1001011 | 110 | 1010011 | 1010110 | 111011 |
Color Harmonies of #AAF03D
Complementary color
Monochromatic Colors of #AAF03D
Black with #AAF03D
Text Example
Text Example
White with #AAF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF03D; }
p { color: rgb(170,240,61); }
H1.HeaderClassName
{
color: #AAF03D;
}
.AnyTagClassName
{
color: #AAF03D;
}
</style>
background-color css
<style>
a { background-color: #AAF03D; }
a { background-color: rgb(170,240,61); }
div.DivClassName
{
background-color: #AAF03D;
}
.BgClassName
{
background-color: #AAF03D;
}
</style>
border-color css
<style>
span { border-color: #AAF03D; }
span { border-color: rgb(170,240,61); }
td.TdClassName
{
border-color: #AAF03D;
}
.TagClassName
{
border-color: #AAF03D;
}
</style>