Shades of Kelly Green #35AB0E
Tints of Kelly Green #35AB0E
RGB
CMYK
RGB Variations
Color information
#35AB0E (or 0x35AB0E) is known color: Kelly Green. HEX triplet: 35, AB and 0E. RGB value is (53,171,14). Sum of RGB (Red+Green+Blue) = 53+171+14=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 171 (67.19% from 255 or 71.85% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35AB0E is #CA54F1. Grayscale: #767676. Windows color (decimal): -13260018 or 961333. OLE color: 961333.
HSL color Cylindrical-coordinate representation of color #35AB0E: hue angle of 105.1º 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 #35AB0E is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 171 | 14 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.33 |
| HSL | 105.1º | 0.85% | 0.36% | - |
| HSV(B) | 105.1º | 0.92% | 0.67% | - |
| XYZ | 16.11 | 29.91 | 5.34 | - |
| YUV | 117.82 | 69.41 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 171 | 14 | 0.69 | 0 | 0.92 | 0.33 | 105.1 | 0.85 | 0.36 |
| Hex | 35 | AB | E | 45 | 0 | 5C | 21 | 69 | 55 | 24 |
| Octal | 65 | 253 | 16 | 105 | 0 | 134 | 41 | 151 | 125 | 44 |
| Binary | 110101 | 10101011 | 1110 | 1000101 | 0 | 1011100 | 100001 | 1101001 | 1010101 | 100100 |
Color Harmonies of #35AB0E
Complementary color
Monochromatic Colors of #35AB0E
Black with #35AB0E
Text Example
Text Example
White with #35AB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AB0E; }
p { color: rgb(53,171,14); }
H1.HeaderClassName
{
color: #35AB0E;
}
.AnyTagClassName
{
color: #35AB0E;
}
</style>
background-color css
<style>
a { background-color: #35AB0E; }
a { background-color: rgb(53,171,14); }
div.DivClassName
{
background-color: #35AB0E;
}
.BgClassName
{
background-color: #35AB0E;
}
</style>
border-color css
<style>
span { border-color: #35AB0E; }
span { border-color: rgb(53,171,14); }
td.TdClassName
{
border-color: #35AB0E;
}
.TagClassName
{
border-color: #35AB0E;
}
</style>