Shades of Kelly Green #5AAA0D
Tints of Kelly Green #5AAA0D
RGB
CMYK
RGB Variations
Color information
#5AAA0D (or 0x5AAA0D) is known color: Kelly Green. HEX triplet: 5A, AA and 0D. RGB value is (90,170,13). Sum of RGB (Red+Green+Blue) = 90+170+13=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AAA0D is #A555F2. Grayscale: #808080. Windows color (decimal): -10835443 or 895578. OLE color: 895578.
HSL color Cylindrical-coordinate representation of color #5AAA0D: hue angle of 90.57º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5AAA0D is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 13 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.33 |
| HSL | 90.57º | 0.86% | 0.36% | - |
| HSV(B) | 90.57º | 0.92% | 0.67% | - |
| XYZ | 18.66 | 30.95 | 5.37 | - |
| YUV | 128.18 | 63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 13 | 0.47 | 0 | 0.92 | 0.33 | 90.57 | 0.86 | 0.36 |
| Hex | 5A | AA | D | 2F | 0 | 5C | 21 | 5B | 56 | 24 |
| Octal | 132 | 252 | 15 | 57 | 0 | 134 | 41 | 133 | 126 | 44 |
| Binary | 1011010 | 10101010 | 1101 | 101111 | 0 | 1011100 | 100001 | 1011011 | 1010110 | 100100 |
Color Harmonies of #5AAA0D
Complementary color
Monochromatic Colors of #5AAA0D
Black with #5AAA0D
Text Example
Text Example
White with #5AAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA0D; }
p { color: rgb(90,170,13); }
H1.HeaderClassName
{
color: #5AAA0D;
}
.AnyTagClassName
{
color: #5AAA0D;
}
</style>
background-color css
<style>
a { background-color: #5AAA0D; }
a { background-color: rgb(90,170,13); }
div.DivClassName
{
background-color: #5AAA0D;
}
.BgClassName
{
background-color: #5AAA0D;
}
</style>
border-color css
<style>
span { border-color: #5AAA0D; }
span { border-color: rgb(90,170,13); }
td.TdClassName
{
border-color: #5AAA0D;
}
.TagClassName
{
border-color: #5AAA0D;
}
</style>