Shades of Kelly Green #5AAF12
Tints of Kelly Green #5AAF12
RGB
CMYK
RGB Variations
Color information
#5AAF12 (or 0x5AAF12) is known color: Kelly Green. HEX triplet: 5A, AF and 12. RGB value is (90,175,18). Sum of RGB (Red+Green+Blue) = 90+175+18=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 175 (68.75% from 255 or 61.84% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AAF12 is #A550ED. Grayscale: #848484. Windows color (decimal): -10834158 or 1224538. OLE color: 1224538.
HSL color Cylindrical-coordinate representation of color #5AAF12: hue angle of 92.48º 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 #5AAF12 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 18 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.31 |
| HSL | 92.48º | 0.81% | 0.38% | - |
| HSV(B) | 92.48º | 0.9% | 0.69% | - |
| XYZ | 19.66 | 32.88 | 5.88 | - |
| YUV | 131.69 | 63.84 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 18 | 0.49 | 0 | 0.90 | 0.31 | 92.48 | 0.81 | 0.38 |
| Hex | 5A | AF | 12 | 31 | 0 | 5A | 1F | 5C | 51 | 26 |
| Octal | 132 | 257 | 22 | 61 | 0 | 132 | 37 | 134 | 121 | 46 |
| Binary | 1011010 | 10101111 | 10010 | 110001 | 0 | 1011010 | 11111 | 1011100 | 1010001 | 100110 |
Color Harmonies of #5AAF12
Complementary color
Monochromatic Colors of #5AAF12
Black with #5AAF12
Text Example
Text Example
White with #5AAF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF12; }
p { color: rgb(90,175,18); }
H1.HeaderClassName
{
color: #5AAF12;
}
.AnyTagClassName
{
color: #5AAF12;
}
</style>
background-color css
<style>
a { background-color: #5AAF12; }
a { background-color: rgb(90,175,18); }
div.DivClassName
{
background-color: #5AAF12;
}
.BgClassName
{
background-color: #5AAF12;
}
</style>
border-color css
<style>
span { border-color: #5AAF12; }
span { border-color: rgb(90,175,18); }
td.TdClassName
{
border-color: #5AAF12;
}
.TagClassName
{
border-color: #5AAF12;
}
</style>