Shades of Kelly Green #5AC00B
Tints of Kelly Green #5AC00B
RGB
CMYK
RGB Variations
Color information
#5AC00B (or 0x5AC00B) is known color: Kelly Green. HEX triplet: 5A, C0 and 0B. RGB value is (90,192,11). Sum of RGB (Red+Green+Blue) = 90+192+11=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC00B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AC00B is #A53FF4. Grayscale: #8D8D8D. Windows color (decimal): -10829813 or 770138. OLE color: 770138.
HSL color Cylindrical-coordinate representation of color #5AC00B: hue angle of 93.81º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5AC00B is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 11 | - |
| CMYK | 0.53 | 0 | 0.94 | 0.25 |
| HSL | 93.81º | 0.89% | 0.4% | - |
| HSV(B) | 93.81º | 0.94% | 0.75% | - |
| XYZ | 23.13 | 39.9 | 6.8 | - |
| YUV | 140.87 | 54.71 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 11 | 0.53 | 0 | 0.94 | 0.25 | 93.81 | 0.89 | 0.4 |
| Hex | 5A | C0 | B | 35 | 0 | 5E | 19 | 5E | 59 | 28 |
| Octal | 132 | 300 | 13 | 65 | 0 | 136 | 31 | 136 | 131 | 50 |
| Binary | 1011010 | 11000000 | 1011 | 110101 | 0 | 1011110 | 11001 | 1011110 | 1011001 | 101000 |
Color Harmonies of #5AC00B
Complementary color
Monochromatic Colors of #5AC00B
Black with #5AC00B
Text Example
Text Example
White with #5AC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC00B; }
p { color: rgb(90,192,11); }
H1.HeaderClassName
{
color: #5AC00B;
}
.AnyTagClassName
{
color: #5AC00B;
}
</style>
background-color css
<style>
a { background-color: #5AC00B; }
a { background-color: rgb(90,192,11); }
div.DivClassName
{
background-color: #5AC00B;
}
.BgClassName
{
background-color: #5AC00B;
}
</style>
border-color css
<style>
span { border-color: #5AC00B; }
span { border-color: rgb(90,192,11); }
td.TdClassName
{
border-color: #5AC00B;
}
.TagClassName
{
border-color: #5AC00B;
}
</style>