Shades of Kelly Green #5AC12B
Tints of Kelly Green #5AC12B
RGB
CMYK
RGB Variations
Color information
#5AC12B (or 0x5AC12B) is known color: Kelly Green. HEX triplet: 5A, C1 and 2B. RGB value is (90,193,43). Sum of RGB (Red+Green+Blue) = 90+193+43=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC12B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC12B is #A53ED4. Grayscale: #919191. Windows color (decimal): -10829525 or 2867546. OLE color: 2867546.
HSL color Cylindrical-coordinate representation of color #5AC12B: hue angle of 101.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5AC12B is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 43 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.24 |
| HSL | 101.2º | 0.64% | 0.46% | - |
| HSV(B) | 101.2º | 0.78% | 0.76% | - |
| XYZ | 23.72 | 40.49 | 8.85 | - |
| YUV | 145.1 | 70.38 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 43 | 0.53 | 0 | 0.78 | 0.24 | 101.2 | 0.64 | 0.46 |
| Hex | 5A | C1 | 2B | 35 | 0 | 4E | 18 | 65 | 40 | 2E |
| Octal | 132 | 301 | 53 | 65 | 0 | 116 | 30 | 145 | 100 | 56 |
| Binary | 1011010 | 11000001 | 101011 | 110101 | 0 | 1001110 | 11000 | 1100101 | 1000000 | 101110 |
Color Harmonies of #5AC12B
Complementary color
Monochromatic Colors of #5AC12B
Black with #5AC12B
Text Example
Text Example
White with #5AC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC12B; }
p { color: rgb(90,193,43); }
H1.HeaderClassName
{
color: #5AC12B;
}
.AnyTagClassName
{
color: #5AC12B;
}
</style>
background-color css
<style>
a { background-color: #5AC12B; }
a { background-color: rgb(90,193,43); }
div.DivClassName
{
background-color: #5AC12B;
}
.BgClassName
{
background-color: #5AC12B;
}
</style>
border-color css
<style>
span { border-color: #5AC12B; }
span { border-color: rgb(90,193,43); }
td.TdClassName
{
border-color: #5AC12B;
}
.TagClassName
{
border-color: #5AC12B;
}
</style>