Shades of Kelly Green #5AAF0C
Tints of Kelly Green #5AAF0C
RGB
CMYK
RGB Variations
Color information
#5AAF0C (or 0x5AAF0C) is known color: Kelly Green. HEX triplet: 5A, AF and 0C. RGB value is (90,175,12). Sum of RGB (Red+Green+Blue) = 90+175+12=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AAF0C is #A550F3. Grayscale: #838383. Windows color (decimal): -10834164 or 831322. OLE color: 831322.
HSL color Cylindrical-coordinate representation of color #5AAF0C: hue angle of 91.29º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5AAF0C is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 12 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.31 |
| HSL | 91.29º | 0.87% | 0.37% | - |
| HSV(B) | 91.29º | 0.93% | 0.69% | - |
| XYZ | 19.61 | 32.86 | 5.66 | - |
| YUV | 131 | 60.84 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 12 | 0.49 | 0 | 0.93 | 0.31 | 91.29 | 0.87 | 0.37 |
| Hex | 5A | AF | C | 31 | 0 | 5D | 1F | 5B | 57 | 25 |
| Octal | 132 | 257 | 14 | 61 | 0 | 135 | 37 | 133 | 127 | 45 |
| Binary | 1011010 | 10101111 | 1100 | 110001 | 0 | 1011101 | 11111 | 1011011 | 1010111 | 100101 |
Color Harmonies of #5AAF0C
Complementary color
Monochromatic Colors of #5AAF0C
Black with #5AAF0C
Text Example
Text Example
White with #5AAF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF0C; }
p { color: rgb(90,175,12); }
H1.HeaderClassName
{
color: #5AAF0C;
}
.AnyTagClassName
{
color: #5AAF0C;
}
</style>
background-color css
<style>
a { background-color: #5AAF0C; }
a { background-color: rgb(90,175,12); }
div.DivClassName
{
background-color: #5AAF0C;
}
.BgClassName
{
background-color: #5AAF0C;
}
</style>
border-color css
<style>
span { border-color: #5AAF0C; }
span { border-color: rgb(90,175,12); }
td.TdClassName
{
border-color: #5AAF0C;
}
.TagClassName
{
border-color: #5AAF0C;
}
</style>