Shades of Kelly Green #5ACC13
Tints of Kelly Green #5ACC13
RGB
CMYK
RGB Variations
Color information
#5ACC13 (or 0x5ACC13) is known color: Kelly Green. HEX triplet: 5A, CC and 13. RGB value is (90,204,19). Sum of RGB (Red+Green+Blue) = 90+204+19=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 204 (80.08% from 255 or 65.18% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ACC13 is #A533EC. Grayscale: #959595. Windows color (decimal): -10826733 or 1297498. OLE color: 1297498.
HSL color Cylindrical-coordinate representation of color #5ACC13: hue angle of 96.97º degrees, saturation: 0.83, 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 #5ACC13 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 19 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.2 |
| HSL | 96.97º | 0.83% | 0.44% | - |
| HSV(B) | 96.97º | 0.91% | 0.8% | - |
| XYZ | 25.93 | 45.41 | 8.01 | - |
| YUV | 148.82 | 54.73 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 19 | 0.56 | 0 | 0.91 | 0.2 | 96.97 | 0.83 | 0.44 |
| Hex | 5A | CC | 13 | 38 | 0 | 5B | 14 | 61 | 53 | 2C |
| Octal | 132 | 314 | 23 | 70 | 0 | 133 | 24 | 141 | 123 | 54 |
| Binary | 1011010 | 11001100 | 10011 | 111000 | 0 | 1011011 | 10100 | 1100001 | 1010011 | 101100 |
Color Harmonies of #5ACC13
Complementary color
Monochromatic Colors of #5ACC13
Black with #5ACC13
Text Example
Text Example
White with #5ACC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACC13; }
p { color: rgb(90,204,19); }
H1.HeaderClassName
{
color: #5ACC13;
}
.AnyTagClassName
{
color: #5ACC13;
}
</style>
background-color css
<style>
a { background-color: #5ACC13; }
a { background-color: rgb(90,204,19); }
div.DivClassName
{
background-color: #5ACC13;
}
.BgClassName
{
background-color: #5ACC13;
}
</style>
border-color css
<style>
span { border-color: #5ACC13; }
span { border-color: rgb(90,204,19); }
td.TdClassName
{
border-color: #5ACC13;
}
.TagClassName
{
border-color: #5ACC13;
}
</style>