Shades of Green Yellow #AAF346
Tints of Green Yellow #AAF346
RGB
CMYK
RGB Variations
Color information
#AAF346 (or 0xAAF346) is known color: Green Yellow. HEX triplet: AA, F3 and 46. RGB value is (170,243,70). Sum of RGB (Red+Green+Blue) = 170+243+70=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF346 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF346 is #550CB9. Grayscale: #CACACA. Windows color (decimal): -5573818 or 4649898. OLE color: 4649898.
HSL color Cylindrical-coordinate representation of color #AAF346: hue angle of 85.32º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAF346 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 70 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.05 |
| HSL | 85.32º | 0.88% | 0.61% | - |
| HSV(B) | 85.32º | 0.71% | 0.95% | - |
| XYZ | 49.73 | 73.09 | 17.28 | - |
| YUV | 201.45 | 53.82 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 70 | 0.30 | 0 | 0.71 | 0.05 | 85.32 | 0.88 | 0.61 |
| Hex | AA | F3 | 46 | 1E | 0 | 47 | 5 | 55 | 58 | 3D |
| Octal | 252 | 363 | 106 | 36 | 0 | 107 | 5 | 125 | 130 | 75 |
| Binary | 10101010 | 11110011 | 1000110 | 11110 | 0 | 1000111 | 101 | 1010101 | 1011000 | 111101 |
Color Harmonies of #AAF346
Complementary color
Monochromatic Colors of #AAF346
Black with #AAF346
Text Example
Text Example
White with #AAF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF346; }
p { color: rgb(170,243,70); }
H1.HeaderClassName
{
color: #AAF346;
}
.AnyTagClassName
{
color: #AAF346;
}
</style>
background-color css
<style>
a { background-color: #AAF346; }
a { background-color: rgb(170,243,70); }
div.DivClassName
{
background-color: #AAF346;
}
.BgClassName
{
background-color: #AAF346;
}
</style>
border-color css
<style>
span { border-color: #AAF346; }
span { border-color: rgb(170,243,70); }
td.TdClassName
{
border-color: #AAF346;
}
.TagClassName
{
border-color: #AAF346;
}
</style>