Shades of Green Yellow #AAF435
Tints of Green Yellow #AAF435
RGB
CMYK
RGB Variations
Color information
#AAF435 (or 0xAAF435) is known color: Green Yellow. HEX triplet: AA, F4 and 35. RGB value is (170,244,53). Sum of RGB (Red+Green+Blue) = 170+244+53=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF435 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF435 is #550BCA. Grayscale: #C8C8C8. Windows color (decimal): -5573579 or 3536042. OLE color: 3536042.
HSL color Cylindrical-coordinate representation of color #AAF435: hue angle of 83.25º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAF435 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 53 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.04 |
| HSL | 83.25º | 0.9% | 0.58% | - |
| HSV(B) | 83.25º | 0.78% | 0.96% | - |
| XYZ | 49.57 | 73.5 | 14.94 | - |
| YUV | 200.1 | 44.98 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 53 | 0.30 | 0 | 0.78 | 0.04 | 83.25 | 0.9 | 0.58 |
| Hex | AA | F4 | 35 | 1E | 0 | 4E | 4 | 53 | 5A | 3A |
| Octal | 252 | 364 | 65 | 36 | 0 | 116 | 4 | 123 | 132 | 72 |
| Binary | 10101010 | 11110100 | 110101 | 11110 | 0 | 1001110 | 100 | 1010011 | 1011010 | 111010 |
Color Harmonies of #AAF435
Complementary color
Monochromatic Colors of #AAF435
Black with #AAF435
Text Example
Text Example
White with #AAF435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF435; }
p { color: rgb(170,244,53); }
H1.HeaderClassName
{
color: #AAF435;
}
.AnyTagClassName
{
color: #AAF435;
}
</style>
background-color css
<style>
a { background-color: #AAF435; }
a { background-color: rgb(170,244,53); }
div.DivClassName
{
background-color: #AAF435;
}
.BgClassName
{
background-color: #AAF435;
}
</style>
border-color css
<style>
span { border-color: #AAF435; }
span { border-color: rgb(170,244,53); }
td.TdClassName
{
border-color: #AAF435;
}
.TagClassName
{
border-color: #AAF435;
}
</style>