Shades of Green Yellow #AAF344
Tints of Green Yellow #AAF344
RGB
CMYK
RGB Variations
Color information
#AAF344 (or 0xAAF344) is known color: Green Yellow. HEX triplet: AA, F3 and 44. RGB value is (170,243,68). Sum of RGB (Red+Green+Blue) = 170+243+68=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF344 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF344 is #550CBB. Grayscale: #C9C9C9. Windows color (decimal): -5573820 or 4518826. OLE color: 4518826.
HSL color Cylindrical-coordinate representation of color #AAF344: hue angle of 85.03º 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 #AAF344 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 68 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.05 |
| HSL | 85.03º | 0.88% | 0.61% | - |
| HSV(B) | 85.03º | 0.72% | 0.95% | - |
| XYZ | 49.67 | 73.06 | 16.95 | - |
| YUV | 201.22 | 52.82 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 68 | 0.30 | 0 | 0.72 | 0.05 | 85.03 | 0.88 | 0.61 |
| Hex | AA | F3 | 44 | 1E | 0 | 48 | 5 | 55 | 58 | 3D |
| Octal | 252 | 363 | 104 | 36 | 0 | 110 | 5 | 125 | 130 | 75 |
| Binary | 10101010 | 11110011 | 1000100 | 11110 | 0 | 1001000 | 101 | 1010101 | 1011000 | 111101 |
Color Harmonies of #AAF344
Complementary color
Monochromatic Colors of #AAF344
Black with #AAF344
Text Example
Text Example
White with #AAF344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF344; }
p { color: rgb(170,243,68); }
H1.HeaderClassName
{
color: #AAF344;
}
.AnyTagClassName
{
color: #AAF344;
}
</style>
background-color css
<style>
a { background-color: #AAF344; }
a { background-color: rgb(170,243,68); }
div.DivClassName
{
background-color: #AAF344;
}
.BgClassName
{
background-color: #AAF344;
}
</style>
border-color css
<style>
span { border-color: #AAF344; }
span { border-color: rgb(170,243,68); }
td.TdClassName
{
border-color: #AAF344;
}
.TagClassName
{
border-color: #AAF344;
}
</style>