Shades of Kelly Green #5AAA10
Tints of Kelly Green #5AAA10
RGB
CMYK
RGB Variations
Color information
#5AAA10 (or 0x5AAA10) is known color: Kelly Green. HEX triplet: 5A, AA and 10. RGB value is (90,170,16). Sum of RGB (Red+Green+Blue) = 90+170+16=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 170 (66.80% from 255 or 61.59% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AAA10 is #A555EF. Grayscale: #818181. Windows color (decimal): -10835440 or 1092186. OLE color: 1092186.
HSL color Cylindrical-coordinate representation of color #5AAA10: hue angle of 91.17º degrees, saturation: 0.83, 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 #5AAA10 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 16 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.33 |
| HSL | 91.17º | 0.83% | 0.36% | - |
| HSV(B) | 91.17º | 0.91% | 0.67% | - |
| XYZ | 18.68 | 30.96 | 5.48 | - |
| YUV | 128.52 | 64.5 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 16 | 0.47 | 0 | 0.91 | 0.33 | 91.17 | 0.83 | 0.36 |
| Hex | 5A | AA | 10 | 2F | 0 | 5B | 21 | 5B | 53 | 24 |
| Octal | 132 | 252 | 20 | 57 | 0 | 133 | 41 | 133 | 123 | 44 |
| Binary | 1011010 | 10101010 | 10000 | 101111 | 0 | 1011011 | 100001 | 1011011 | 1010011 | 100100 |
Color Harmonies of #5AAA10
Complementary color
Monochromatic Colors of #5AAA10
Black with #5AAA10
Text Example
Text Example
White with #5AAA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA10; }
p { color: rgb(90,170,16); }
H1.HeaderClassName
{
color: #5AAA10;
}
.AnyTagClassName
{
color: #5AAA10;
}
</style>
background-color css
<style>
a { background-color: #5AAA10; }
a { background-color: rgb(90,170,16); }
div.DivClassName
{
background-color: #5AAA10;
}
.BgClassName
{
background-color: #5AAA10;
}
</style>
border-color css
<style>
span { border-color: #5AAA10; }
span { border-color: rgb(90,170,16); }
td.TdClassName
{
border-color: #5AAA10;
}
.TagClassName
{
border-color: #5AAA10;
}
</style>