Shades of Green Yellow #AAF03B
Tints of Green Yellow #AAF03B
RGB
CMYK
RGB Variations
Color information
#AAF03B (or 0xAAF03B) is known color: Green Yellow. HEX triplet: AA, F0 and 3B. RGB value is (170,240,59). Sum of RGB (Red+Green+Blue) = 170+240+59=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 59 (23.44% from 255 or 12.58% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF03B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF03B is #550FC4. Grayscale: #C7C7C7. Windows color (decimal): -5574597 or 3928234. OLE color: 3928234.
HSL color Cylindrical-coordinate representation of color #AAF03B: hue angle of 83.2º 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 #AAF03B is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 59 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.06 |
| HSL | 83.2º | 0.86% | 0.59% | - |
| HSV(B) | 83.2º | 0.75% | 0.94% | - |
| XYZ | 48.53 | 71.18 | 15.32 | - |
| YUV | 198.44 | 49.31 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 59 | 0.29 | 0 | 0.75 | 0.06 | 83.2 | 0.86 | 0.59 |
| Hex | AA | F0 | 3B | 1D | 0 | 4B | 6 | 53 | 56 | 3B |
| Octal | 252 | 360 | 73 | 35 | 0 | 113 | 6 | 123 | 126 | 73 |
| Binary | 10101010 | 11110000 | 111011 | 11101 | 0 | 1001011 | 110 | 1010011 | 1010110 | 111011 |
Color Harmonies of #AAF03B
Complementary color
Monochromatic Colors of #AAF03B
Black with #AAF03B
Text Example
Text Example
White with #AAF03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF03B; }
p { color: rgb(170,240,59); }
H1.HeaderClassName
{
color: #AAF03B;
}
.AnyTagClassName
{
color: #AAF03B;
}
</style>
background-color css
<style>
a { background-color: #AAF03B; }
a { background-color: rgb(170,240,59); }
div.DivClassName
{
background-color: #AAF03B;
}
.BgClassName
{
background-color: #AAF03B;
}
</style>
border-color css
<style>
span { border-color: #AAF03B; }
span { border-color: rgb(170,240,59); }
td.TdClassName
{
border-color: #AAF03B;
}
.TagClassName
{
border-color: #AAF03B;
}
</style>