Shades of Kelly Green #5AB012
Tints of Kelly Green #5AB012
RGB
CMYK
RGB Variations
Color information
#5AB012 (or 0x5AB012) is known color: Kelly Green. HEX triplet: 5A, B0 and 12. RGB value is (90,176,18). Sum of RGB (Red+Green+Blue) = 90+176+18=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 176 (69.14% from 255 or 61.97% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AB012 is #A54FED. Grayscale: #848484. Windows color (decimal): -10833902 or 1224794. OLE color: 1224794.
HSL color Cylindrical-coordinate representation of color #5AB012: hue angle of 92.66º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5AB012 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 176 | 18 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.31 |
| HSL | 92.66º | 0.81% | 0.38% | - |
| HSV(B) | 92.66º | 0.9% | 0.69% | - |
| XYZ | 19.85 | 33.27 | 5.95 | - |
| YUV | 132.27 | 63.51 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 18 | 0.49 | 0 | 0.90 | 0.31 | 92.66 | 0.81 | 0.38 |
| Hex | 5A | B0 | 12 | 31 | 0 | 5A | 1F | 5D | 51 | 26 |
| Octal | 132 | 260 | 22 | 61 | 0 | 132 | 37 | 135 | 121 | 46 |
| Binary | 1011010 | 10110000 | 10010 | 110001 | 0 | 1011010 | 11111 | 1011101 | 1010001 | 100110 |
Color Harmonies of #5AB012
Complementary color
Monochromatic Colors of #5AB012
Black with #5AB012
Text Example
Text Example
White with #5AB012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB012; }
p { color: rgb(90,176,18); }
H1.HeaderClassName
{
color: #5AB012;
}
.AnyTagClassName
{
color: #5AB012;
}
</style>
background-color css
<style>
a { background-color: #5AB012; }
a { background-color: rgb(90,176,18); }
div.DivClassName
{
background-color: #5AB012;
}
.BgClassName
{
background-color: #5AB012;
}
</style>
border-color css
<style>
span { border-color: #5AB012; }
span { border-color: rgb(90,176,18); }
td.TdClassName
{
border-color: #5AB012;
}
.TagClassName
{
border-color: #5AB012;
}
</style>