Shades of Green Yellow #AAF340
Tints of Green Yellow #AAF340
RGB
CMYK
RGB Variations
Color information
#AAF340 (or 0xAAF340) is known color: Green Yellow. HEX triplet: AA, F3 and 40. RGB value is (170,243,64). Sum of RGB (Red+Green+Blue) = 170+243+64=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF340 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF340 is #550CBF. Grayscale: #C9C9C9. Windows color (decimal): -5573824 or 4256682. OLE color: 4256682.
HSL color Cylindrical-coordinate representation of color #AAF340: hue angle of 84.47º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAF340 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 64 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.05 |
| HSL | 84.47º | 0.88% | 0.6% | - |
| HSV(B) | 84.47º | 0.74% | 0.95% | - |
| XYZ | 49.55 | 73.02 | 16.33 | - |
| YUV | 200.77 | 50.82 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 64 | 0.30 | 0 | 0.74 | 0.05 | 84.47 | 0.88 | 0.6 |
| Hex | AA | F3 | 40 | 1E | 0 | 4A | 5 | 54 | 58 | 3C |
| Octal | 252 | 363 | 100 | 36 | 0 | 112 | 5 | 124 | 130 | 74 |
| Binary | 10101010 | 11110011 | 1000000 | 11110 | 0 | 1001010 | 101 | 1010100 | 1011000 | 111100 |
Color Harmonies of #AAF340
Complementary color
Monochromatic Colors of #AAF340
Black with #AAF340
Text Example
Text Example
White with #AAF340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF340; }
p { color: rgb(170,243,64); }
H1.HeaderClassName
{
color: #AAF340;
}
.AnyTagClassName
{
color: #AAF340;
}
</style>
background-color css
<style>
a { background-color: #AAF340; }
a { background-color: rgb(170,243,64); }
div.DivClassName
{
background-color: #AAF340;
}
.BgClassName
{
background-color: #AAF340;
}
</style>
border-color css
<style>
span { border-color: #AAF340; }
span { border-color: rgb(170,243,64); }
td.TdClassName
{
border-color: #AAF340;
}
.TagClassName
{
border-color: #AAF340;
}
</style>