Shades of Kelly Green #5ABC12
Tints of Kelly Green #5ABC12
RGB
CMYK
RGB Variations
Color information
#5ABC12 (or 0x5ABC12) is known color: Kelly Green. HEX triplet: 5A, BC and 12. RGB value is (90,188,18). Sum of RGB (Red+Green+Blue) = 90+188+18=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ABC12 is #A543ED. Grayscale: #8B8B8B. Windows color (decimal): -10830830 or 1227866. OLE color: 1227866.
HSL color Cylindrical-coordinate representation of color #5ABC12: hue angle of 94.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5ABC12 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 18 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.26 |
| HSL | 94.59º | 0.83% | 0.4% | - |
| HSV(B) | 94.59º | 0.9% | 0.74% | - |
| XYZ | 22.31 | 38.18 | 6.77 | - |
| YUV | 139.32 | 59.53 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 18 | 0.52 | 0 | 0.90 | 0.26 | 94.59 | 0.83 | 0.4 |
| Hex | 5A | BC | 12 | 34 | 0 | 5A | 1A | 5F | 53 | 28 |
| Octal | 132 | 274 | 22 | 64 | 0 | 132 | 32 | 137 | 123 | 50 |
| Binary | 1011010 | 10111100 | 10010 | 110100 | 0 | 1011010 | 11010 | 1011111 | 1010011 | 101000 |
Color Harmonies of #5ABC12
Complementary color
Monochromatic Colors of #5ABC12
Black with #5ABC12
Text Example
Text Example
White with #5ABC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC12; }
p { color: rgb(90,188,18); }
H1.HeaderClassName
{
color: #5ABC12;
}
.AnyTagClassName
{
color: #5ABC12;
}
</style>
background-color css
<style>
a { background-color: #5ABC12; }
a { background-color: rgb(90,188,18); }
div.DivClassName
{
background-color: #5ABC12;
}
.BgClassName
{
background-color: #5ABC12;
}
</style>
border-color css
<style>
span { border-color: #5ABC12; }
span { border-color: rgb(90,188,18); }
td.TdClassName
{
border-color: #5ABC12;
}
.TagClassName
{
border-color: #5ABC12;
}
</style>