Shades of Kelly Green #5AAF16
Tints of Kelly Green #5AAF16
RGB
CMYK
RGB Variations
Color information
#5AAF16 (or 0x5AAF16) is known color: Kelly Green. HEX triplet: 5A, AF and 16. RGB value is (90,175,22). Sum of RGB (Red+Green+Blue) = 90+175+22=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AAF16 is #A550E9. Grayscale: #848484. Windows color (decimal): -10834154 or 1486682. OLE color: 1486682.
HSL color Cylindrical-coordinate representation of color #5AAF16: hue angle of 93.33º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5AAF16 is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 22 | - |
| CMYK | 0.49 | 0 | 0.87 | 0.31 |
| HSL | 93.33º | 0.78% | 0.39% | - |
| HSV(B) | 93.33º | 0.87% | 0.69% | - |
| XYZ | 19.69 | 32.89 | 6.07 | - |
| YUV | 132.14 | 65.84 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 22 | 0.49 | 0 | 0.87 | 0.31 | 93.33 | 0.78 | 0.39 |
| Hex | 5A | AF | 16 | 31 | 0 | 57 | 1F | 5D | 4E | 27 |
| Octal | 132 | 257 | 26 | 61 | 0 | 127 | 37 | 135 | 116 | 47 |
| Binary | 1011010 | 10101111 | 10110 | 110001 | 0 | 1010111 | 11111 | 1011101 | 1001110 | 100111 |
Color Harmonies of #5AAF16
Complementary color
Monochromatic Colors of #5AAF16
Black with #5AAF16
Text Example
Text Example
White with #5AAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF16; }
p { color: rgb(90,175,22); }
H1.HeaderClassName
{
color: #5AAF16;
}
.AnyTagClassName
{
color: #5AAF16;
}
</style>
background-color css
<style>
a { background-color: #5AAF16; }
a { background-color: rgb(90,175,22); }
div.DivClassName
{
background-color: #5AAF16;
}
.BgClassName
{
background-color: #5AAF16;
}
</style>
border-color css
<style>
span { border-color: #5AAF16; }
span { border-color: rgb(90,175,22); }
td.TdClassName
{
border-color: #5AAF16;
}
.TagClassName
{
border-color: #5AAF16;
}
</style>