Shades of Kelly Green #5ACC12
Tints of Kelly Green #5ACC12
RGB
CMYK
RGB Variations
Color information
#5ACC12 (or 0x5ACC12) is known color: Kelly Green. HEX triplet: 5A, CC and 12. RGB value is (90,204,18). Sum of RGB (Red+Green+Blue) = 90+204+18=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 204 (80.08% from 255 or 65.38% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ACC12 is #A533ED. Grayscale: #959595. Windows color (decimal): -10826734 or 1231962. OLE color: 1231962.
HSL color Cylindrical-coordinate representation of color #5ACC12: hue angle of 96.77º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5ACC12 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 18 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.2 |
| HSL | 96.77º | 0.84% | 0.44% | - |
| HSV(B) | 96.77º | 0.91% | 0.8% | - |
| XYZ | 25.92 | 45.4 | 7.97 | - |
| YUV | 148.71 | 54.23 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 18 | 0.56 | 0 | 0.91 | 0.2 | 96.77 | 0.84 | 0.44 |
| Hex | 5A | CC | 12 | 38 | 0 | 5B | 14 | 61 | 54 | 2C |
| Octal | 132 | 314 | 22 | 70 | 0 | 133 | 24 | 141 | 124 | 54 |
| Binary | 1011010 | 11001100 | 10010 | 111000 | 0 | 1011011 | 10100 | 1100001 | 1010100 | 101100 |
Color Harmonies of #5ACC12
Complementary color
Monochromatic Colors of #5ACC12
Black with #5ACC12
Text Example
Text Example
White with #5ACC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACC12; }
p { color: rgb(90,204,18); }
H1.HeaderClassName
{
color: #5ACC12;
}
.AnyTagClassName
{
color: #5ACC12;
}
</style>
background-color css
<style>
a { background-color: #5ACC12; }
a { background-color: rgb(90,204,18); }
div.DivClassName
{
background-color: #5ACC12;
}
.BgClassName
{
background-color: #5ACC12;
}
</style>
border-color css
<style>
span { border-color: #5ACC12; }
span { border-color: rgb(90,204,18); }
td.TdClassName
{
border-color: #5ACC12;
}
.TagClassName
{
border-color: #5ACC12;
}
</style>