Shades of Kelly Green #5AC427
Tints of Kelly Green #5AC427
RGB
CMYK
RGB Variations
Color information
#5AC427 (or 0x5AC427) is known color: Kelly Green. HEX triplet: 5A, C4 and 27. RGB value is (90,196,39). Sum of RGB (Red+Green+Blue) = 90+196+39=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 196 (76.95% from 255 or 60.31% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 196 - color contains mainly: green. Hex color #5AC427 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC427 is #A53BD8. Grayscale: #929292. Windows color (decimal): -10828761 or 2606170. OLE color: 2606170.
HSL color Cylindrical-coordinate representation of color #5AC427: hue angle of 100.51º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5AC427 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 196 | 39 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.23 |
| HSL | 100.51º | 0.67% | 0.46% | - |
| HSV(B) | 100.51º | 0.8% | 0.77% | - |
| XYZ | 24.32 | 41.8 | 8.71 | - |
| YUV | 146.41 | 67.38 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 196 | 39 | 0.54 | 0 | 0.80 | 0.23 | 100.51 | 0.67 | 0.46 |
| Hex | 5A | C4 | 27 | 36 | 0 | 50 | 17 | 65 | 43 | 2E |
| Octal | 132 | 304 | 47 | 66 | 0 | 120 | 27 | 145 | 103 | 56 |
| Binary | 1011010 | 11000100 | 100111 | 110110 | 0 | 1010000 | 10111 | 1100101 | 1000011 | 101110 |
Color Harmonies of #5AC427
Complementary color
Monochromatic Colors of #5AC427
Black with #5AC427
Text Example
Text Example
White with #5AC427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC427; }
p { color: rgb(90,196,39); }
H1.HeaderClassName
{
color: #5AC427;
}
.AnyTagClassName
{
color: #5AC427;
}
</style>
background-color css
<style>
a { background-color: #5AC427; }
a { background-color: rgb(90,196,39); }
div.DivClassName
{
background-color: #5AC427;
}
.BgClassName
{
background-color: #5AC427;
}
</style>
border-color css
<style>
span { border-color: #5AC427; }
span { border-color: rgb(90,196,39); }
td.TdClassName
{
border-color: #5AC427;
}
.TagClassName
{
border-color: #5AC427;
}
</style>