Shades of Green Yellow #AAF345
Tints of Green Yellow #AAF345
RGB
CMYK
RGB Variations
Color information
#AAF345 (or 0xAAF345) is known color: Green Yellow. HEX triplet: AA, F3 and 45. RGB value is (170,243,69). Sum of RGB (Red+Green+Blue) = 170+243+69=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF345 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF345 is #550CBA. Grayscale: #C9C9C9. Windows color (decimal): -5573819 or 4584362. OLE color: 4584362.
HSL color Cylindrical-coordinate representation of color #AAF345: hue angle of 85.17º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAF345 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 69 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.05 |
| HSL | 85.17º | 0.88% | 0.61% | - |
| HSV(B) | 85.17º | 0.72% | 0.95% | - |
| XYZ | 49.7 | 73.08 | 17.12 | - |
| YUV | 201.34 | 53.32 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 69 | 0.30 | 0 | 0.72 | 0.05 | 85.17 | 0.88 | 0.61 |
| Hex | AA | F3 | 45 | 1E | 0 | 48 | 5 | 55 | 58 | 3D |
| Octal | 252 | 363 | 105 | 36 | 0 | 110 | 5 | 125 | 130 | 75 |
| Binary | 10101010 | 11110011 | 1000101 | 11110 | 0 | 1001000 | 101 | 1010101 | 1011000 | 111101 |
Color Harmonies of #AAF345
Complementary color
Monochromatic Colors of #AAF345
Black with #AAF345
Text Example
Text Example
White with #AAF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF345; }
p { color: rgb(170,243,69); }
H1.HeaderClassName
{
color: #AAF345;
}
.AnyTagClassName
{
color: #AAF345;
}
</style>
background-color css
<style>
a { background-color: #AAF345; }
a { background-color: rgb(170,243,69); }
div.DivClassName
{
background-color: #AAF345;
}
.BgClassName
{
background-color: #AAF345;
}
</style>
border-color css
<style>
span { border-color: #AAF345; }
span { border-color: rgb(170,243,69); }
td.TdClassName
{
border-color: #AAF345;
}
.TagClassName
{
border-color: #AAF345;
}
</style>