Shades of Kelly Green #50AA0E
Tints of Kelly Green #50AA0E
RGB
CMYK
RGB Variations
Color information
#50AA0E (or 0x50AA0E) is known color: Kelly Green. HEX triplet: 50, AA and 0E. RGB value is (80,170,14). Sum of RGB (Red+Green+Blue) = 80+170+14=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AA0E is #AF55F1. Grayscale: #7D7D7D. Windows color (decimal): -11490802 or 961104. OLE color: 961104.
HSL color Cylindrical-coordinate representation of color #50AA0E: hue angle of 94.62º degrees, saturation: 0.85, 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 #50AA0E is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 170 | 14 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.33 |
| HSL | 94.62º | 0.85% | 0.36% | - |
| HSV(B) | 94.62º | 0.92% | 0.67% | - |
| XYZ | 17.76 | 30.49 | 5.36 | - |
| YUV | 125.31 | 65.18 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 14 | 0.53 | 0 | 0.92 | 0.33 | 94.62 | 0.85 | 0.36 |
| Hex | 50 | AA | E | 35 | 0 | 5C | 21 | 5F | 55 | 24 |
| Octal | 120 | 252 | 16 | 65 | 0 | 134 | 41 | 137 | 125 | 44 |
| Binary | 1010000 | 10101010 | 1110 | 110101 | 0 | 1011100 | 100001 | 1011111 | 1010101 | 100100 |
Color Harmonies of #50AA0E
Complementary color
Monochromatic Colors of #50AA0E
Black with #50AA0E
Text Example
Text Example
White with #50AA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AA0E; }
p { color: rgb(80,170,14); }
H1.HeaderClassName
{
color: #50AA0E;
}
.AnyTagClassName
{
color: #50AA0E;
}
</style>
background-color css
<style>
a { background-color: #50AA0E; }
a { background-color: rgb(80,170,14); }
div.DivClassName
{
background-color: #50AA0E;
}
.BgClassName
{
background-color: #50AA0E;
}
</style>
border-color css
<style>
span { border-color: #50AA0E; }
span { border-color: rgb(80,170,14); }
td.TdClassName
{
border-color: #50AA0E;
}
.TagClassName
{
border-color: #50AA0E;
}
</style>