Shades of Kelly Green #5AAC1C
Tints of Kelly Green #5AAC1C
RGB
CMYK
RGB Variations
Color information
#5AAC1C (or 0x5AAC1C) is known color: Kelly Green. HEX triplet: 5A, AC and 1C. RGB value is (90,172,28). Sum of RGB (Red+Green+Blue) = 90+172+28=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAC1C is #A553E3. Grayscale: #838383. Windows color (decimal): -10834916 or 1879130. OLE color: 1879130.
HSL color Cylindrical-coordinate representation of color #5AAC1C: hue angle of 94.17º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5AAC1C is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 172 | 28 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.33 |
| HSL | 94.17º | 0.72% | 0.39% | - |
| HSV(B) | 94.17º | 0.84% | 0.67% | - |
| XYZ | 19.18 | 31.76 | 6.22 | - |
| YUV | 131.07 | 69.83 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 28 | 0.48 | 0 | 0.84 | 0.33 | 94.17 | 0.72 | 0.39 |
| Hex | 5A | AC | 1C | 30 | 0 | 54 | 21 | 5E | 48 | 27 |
| Octal | 132 | 254 | 34 | 60 | 0 | 124 | 41 | 136 | 110 | 47 |
| Binary | 1011010 | 10101100 | 11100 | 110000 | 0 | 1010100 | 100001 | 1011110 | 1001000 | 100111 |
Color Harmonies of #5AAC1C
Complementary color
Monochromatic Colors of #5AAC1C
Black with #5AAC1C
Text Example
Text Example
White with #5AAC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAC1C; }
p { color: rgb(90,172,28); }
H1.HeaderClassName
{
color: #5AAC1C;
}
.AnyTagClassName
{
color: #5AAC1C;
}
</style>
background-color css
<style>
a { background-color: #5AAC1C; }
a { background-color: rgb(90,172,28); }
div.DivClassName
{
background-color: #5AAC1C;
}
.BgClassName
{
background-color: #5AAC1C;
}
</style>
border-color css
<style>
span { border-color: #5AAC1C; }
span { border-color: rgb(90,172,28); }
td.TdClassName
{
border-color: #5AAC1C;
}
.TagClassName
{
border-color: #5AAC1C;
}
</style>