Shades of Green Yellow #AAF93D
Tints of Green Yellow #AAF93D
RGB
CMYK
RGB Variations
Color information
#AAF93D (or 0xAAF93D) is known color: Green Yellow. HEX triplet: AA, F9 and 3D. RGB value is (170,249,61). Sum of RGB (Red+Green+Blue) = 170+249+61=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 249 (97.66% from 255 or 51.88% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF93D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF93D is #5506C2. Grayscale: #CCCCCC. Windows color (decimal): -5572291 or 4061610. OLE color: 4061610.
HSL color Cylindrical-coordinate representation of color #AAF93D: hue angle of 85.21º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAF93D is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 61 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.02 |
| HSL | 85.21º | 0.94% | 0.61% | - |
| HSV(B) | 85.21º | 0.76% | 0.98% | - |
| XYZ | 51.3 | 76.63 | 16.5 | - |
| YUV | 203.95 | 47.33 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 61 | 0.32 | 0 | 0.76 | 0.02 | 85.21 | 0.94 | 0.61 |
| Hex | AA | F9 | 3D | 20 | 0 | 4C | 2 | 55 | 5E | 3D |
| Octal | 252 | 371 | 75 | 40 | 0 | 114 | 2 | 125 | 136 | 75 |
| Binary | 10101010 | 11111001 | 111101 | 100000 | 0 | 1001100 | 10 | 1010101 | 1011110 | 111101 |
Color Harmonies of #AAF93D
Complementary color
Monochromatic Colors of #AAF93D
Black with #AAF93D
Text Example
Text Example
White with #AAF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF93D; }
p { color: rgb(170,249,61); }
H1.HeaderClassName
{
color: #AAF93D;
}
.AnyTagClassName
{
color: #AAF93D;
}
</style>
background-color css
<style>
a { background-color: #AAF93D; }
a { background-color: rgb(170,249,61); }
div.DivClassName
{
background-color: #AAF93D;
}
.BgClassName
{
background-color: #AAF93D;
}
</style>
border-color css
<style>
span { border-color: #AAF93D; }
span { border-color: rgb(170,249,61); }
td.TdClassName
{
border-color: #AAF93D;
}
.TagClassName
{
border-color: #AAF93D;
}
</style>