Shades of Kelly Green #5AC027
Tints of Kelly Green #5AC027
RGB
CMYK
RGB Variations
Color information
#5AC027 (or 0x5AC027) is known color: Kelly Green. HEX triplet: 5A, C0 and 27. RGB value is (90,192,39). Sum of RGB (Red+Green+Blue) = 90+192+39=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC027 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC027 is #A53FD8. Grayscale: #909090. Windows color (decimal): -10829785 or 2605146. OLE color: 2605146.
HSL color Cylindrical-coordinate representation of color #5AC027: hue angle of 100º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5AC027 is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 39 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.25 |
| HSL | 100º | 0.66% | 0.45% | - |
| HSV(B) | 100º | 0.8% | 0.75% | - |
| XYZ | 23.43 | 40.02 | 8.41 | - |
| YUV | 144.06 | 68.71 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 39 | 0.53 | 0 | 0.80 | 0.25 | 100 | 0.66 | 0.45 |
| Hex | 5A | C0 | 27 | 35 | 0 | 50 | 19 | 64 | 42 | 2D |
| Octal | 132 | 300 | 47 | 65 | 0 | 120 | 31 | 144 | 102 | 55 |
| Binary | 1011010 | 11000000 | 100111 | 110101 | 0 | 1010000 | 11001 | 1100100 | 1000010 | 101101 |
Color Harmonies of #5AC027
Complementary color
Monochromatic Colors of #5AC027
Black with #5AC027
Text Example
Text Example
White with #5AC027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC027; }
p { color: rgb(90,192,39); }
H1.HeaderClassName
{
color: #5AC027;
}
.AnyTagClassName
{
color: #5AC027;
}
</style>
background-color css
<style>
a { background-color: #5AC027; }
a { background-color: rgb(90,192,39); }
div.DivClassName
{
background-color: #5AC027;
}
.BgClassName
{
background-color: #5AC027;
}
</style>
border-color css
<style>
span { border-color: #5AC027; }
span { border-color: rgb(90,192,39); }
td.TdClassName
{
border-color: #5AC027;
}
.TagClassName
{
border-color: #5AC027;
}
</style>