Shades of Kelly Green #5AAA12
Tints of Kelly Green #5AAA12
RGB
CMYK
RGB Variations
Color information
#5AAA12 (or 0x5AAA12) is known color: Kelly Green. HEX triplet: 5A, AA and 12. RGB value is (90,170,18). Sum of RGB (Red+Green+Blue) = 90+170+18=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 170 (66.80% from 255 or 61.15% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AAA12 is #A555ED. Grayscale: #818181. Windows color (decimal): -10835438 or 1223258. OLE color: 1223258.
HSL color Cylindrical-coordinate representation of color #5AAA12: hue angle of 91.58º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5AAA12 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 18 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.33 |
| HSL | 91.58º | 0.81% | 0.37% | - |
| HSV(B) | 91.58º | 0.89% | 0.67% | - |
| XYZ | 18.7 | 30.97 | 5.56 | - |
| YUV | 128.75 | 65.5 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 18 | 0.47 | 0 | 0.89 | 0.33 | 91.58 | 0.81 | 0.37 |
| Hex | 5A | AA | 12 | 2F | 0 | 59 | 21 | 5C | 51 | 25 |
| Octal | 132 | 252 | 22 | 57 | 0 | 131 | 41 | 134 | 121 | 45 |
| Binary | 1011010 | 10101010 | 10010 | 101111 | 0 | 1011001 | 100001 | 1011100 | 1010001 | 100101 |
Color Harmonies of #5AAA12
Complementary color
Monochromatic Colors of #5AAA12
Black with #5AAA12
Text Example
Text Example
White with #5AAA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA12; }
p { color: rgb(90,170,18); }
H1.HeaderClassName
{
color: #5AAA12;
}
.AnyTagClassName
{
color: #5AAA12;
}
</style>
background-color css
<style>
a { background-color: #5AAA12; }
a { background-color: rgb(90,170,18); }
div.DivClassName
{
background-color: #5AAA12;
}
.BgClassName
{
background-color: #5AAA12;
}
</style>
border-color css
<style>
span { border-color: #5AAA12; }
span { border-color: rgb(90,170,18); }
td.TdClassName
{
border-color: #5AAA12;
}
.TagClassName
{
border-color: #5AAA12;
}
</style>