Shades of Kelly Green #5AAA0A
Tints of Kelly Green #5AAA0A
RGB
CMYK
RGB Variations
Color information
#5AAA0A (or 0x5AAA0A) is known color: Kelly Green. HEX triplet: 5A, AA and 0A. RGB value is (90,170,10). Sum of RGB (Red+Green+Blue) = 90+170+10=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AAA0A is #A555F5. Grayscale: #808080. Windows color (decimal): -10835446 or 698970. OLE color: 698970.
HSL color Cylindrical-coordinate representation of color #5AAA0A: hue angle of 90º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5AAA0A is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 10 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.33 |
| HSL | 90º | 0.89% | 0.35% | - |
| HSV(B) | 90º | 0.94% | 0.67% | - |
| XYZ | 18.65 | 30.95 | 5.28 | - |
| YUV | 127.84 | 61.5 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 10 | 0.47 | 0 | 0.94 | 0.33 | 90 | 0.89 | 0.35 |
| Hex | 5A | AA | A | 2F | 0 | 5E | 21 | 5A | 59 | 23 |
| Octal | 132 | 252 | 12 | 57 | 0 | 136 | 41 | 132 | 131 | 43 |
| Binary | 1011010 | 10101010 | 1010 | 101111 | 0 | 1011110 | 100001 | 1011010 | 1011001 | 100011 |
Color Harmonies of #5AAA0A
Complementary color
Monochromatic Colors of #5AAA0A
Black with #5AAA0A
Text Example
Text Example
White with #5AAA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA0A; }
p { color: rgb(90,170,10); }
H1.HeaderClassName
{
color: #5AAA0A;
}
.AnyTagClassName
{
color: #5AAA0A;
}
</style>
background-color css
<style>
a { background-color: #5AAA0A; }
a { background-color: rgb(90,170,10); }
div.DivClassName
{
background-color: #5AAA0A;
}
.BgClassName
{
background-color: #5AAA0A;
}
</style>
border-color css
<style>
span { border-color: #5AAA0A; }
span { border-color: rgb(90,170,10); }
td.TdClassName
{
border-color: #5AAA0A;
}
.TagClassName
{
border-color: #5AAA0A;
}
</style>