Shades of Kelly Green #5AAA0F
Tints of Kelly Green #5AAA0F
RGB
CMYK
RGB Variations
Color information
#5AAA0F (or 0x5AAA0F) is known color: Kelly Green. HEX triplet: 5A, AA and 0F. RGB value is (90,170,15). Sum of RGB (Red+Green+Blue) = 90+170+15=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AAA0F is #A555F0. Grayscale: #808080. Windows color (decimal): -10835441 or 1026650. OLE color: 1026650.
HSL color Cylindrical-coordinate representation of color #5AAA0F: hue angle of 90.97º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5AAA0F is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 15 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.33 |
| HSL | 90.97º | 0.84% | 0.36% | - |
| HSV(B) | 90.97º | 0.91% | 0.67% | - |
| XYZ | 18.68 | 30.96 | 5.44 | - |
| YUV | 128.41 | 64 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 15 | 0.47 | 0 | 0.91 | 0.33 | 90.97 | 0.84 | 0.36 |
| Hex | 5A | AA | F | 2F | 0 | 5B | 21 | 5B | 54 | 24 |
| Octal | 132 | 252 | 17 | 57 | 0 | 133 | 41 | 133 | 124 | 44 |
| Binary | 1011010 | 10101010 | 1111 | 101111 | 0 | 1011011 | 100001 | 1011011 | 1010100 | 100100 |
Color Harmonies of #5AAA0F
Complementary color
Monochromatic Colors of #5AAA0F
Black with #5AAA0F
Text Example
Text Example
White with #5AAA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA0F; }
p { color: rgb(90,170,15); }
H1.HeaderClassName
{
color: #5AAA0F;
}
.AnyTagClassName
{
color: #5AAA0F;
}
</style>
background-color css
<style>
a { background-color: #5AAA0F; }
a { background-color: rgb(90,170,15); }
div.DivClassName
{
background-color: #5AAA0F;
}
.BgClassName
{
background-color: #5AAA0F;
}
</style>
border-color css
<style>
span { border-color: #5AAA0F; }
span { border-color: rgb(90,170,15); }
td.TdClassName
{
border-color: #5AAA0F;
}
.TagClassName
{
border-color: #5AAA0F;
}
</style>