Shades of Kelly Green #35A00E
Tints of Kelly Green #35A00E
RGB
CMYK
RGB Variations
Color information
#35A00E (or 0x35A00E) is known color: Kelly Green. HEX triplet: 35, A0 and 0E. RGB value is (53,160,14). Sum of RGB (Red+Green+Blue) = 53+160+14=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 160 (62.89% from 255 or 70.48% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 160 - color contains mainly: green. Hex color #35A00E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35A00E is #CA5FF1. Grayscale: #6F6F6F. Windows color (decimal): -13262834 or 958517. OLE color: 958517.
HSL color Cylindrical-coordinate representation of color #35A00E: hue angle of 103.97º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35A00E is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 160 | 14 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.37 |
| HSL | 103.97º | 0.84% | 0.34% | - |
| HSV(B) | 103.97º | 0.91% | 0.63% | - |
| XYZ | 14.12 | 25.93 | 4.68 | - |
| YUV | 111.36 | 73.05 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 160 | 14 | 0.67 | 0 | 0.91 | 0.37 | 103.97 | 0.84 | 0.34 |
| Hex | 35 | A0 | E | 43 | 0 | 5B | 25 | 68 | 54 | 22 |
| Octal | 65 | 240 | 16 | 103 | 0 | 133 | 45 | 150 | 124 | 42 |
| Binary | 110101 | 10100000 | 1110 | 1000011 | 0 | 1011011 | 100101 | 1101000 | 1010100 | 100010 |
Color Harmonies of #35A00E
Complementary color
Monochromatic Colors of #35A00E
Black with #35A00E
Text Example
Text Example
White with #35A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A00E; }
p { color: rgb(53,160,14); }
H1.HeaderClassName
{
color: #35A00E;
}
.AnyTagClassName
{
color: #35A00E;
}
</style>
background-color css
<style>
a { background-color: #35A00E; }
a { background-color: rgb(53,160,14); }
div.DivClassName
{
background-color: #35A00E;
}
.BgClassName
{
background-color: #35A00E;
}
</style>
border-color css
<style>
span { border-color: #35A00E; }
span { border-color: rgb(53,160,14); }
td.TdClassName
{
border-color: #35A00E;
}
.TagClassName
{
border-color: #35A00E;
}
</style>