Shades of Kelly Green #43A014
Tints of Kelly Green #43A014
RGB
CMYK
RGB Variations
Color information
#43A014 (or 0x43A014) is known color: Kelly Green. HEX triplet: 43, A0 and 14. RGB value is (67,160,20). Sum of RGB (Red+Green+Blue) = 67+160+20=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #43A014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #43A014 is #BC5FEB. Grayscale: #747474. Windows color (decimal): -12345324 or 1351747. OLE color: 1351747.
HSL color Cylindrical-coordinate representation of color #43A014: hue angle of 99.86º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43A014 is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 160 | 20 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.37 |
| HSL | 99.86º | 0.78% | 0.35% | - |
| HSV(B) | 99.86º | 0.88% | 0.63% | - |
| XYZ | 15.01 | 26.39 | 4.96 | - |
| YUV | 116.23 | 73.69 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 160 | 20 | 0.58 | 0 | 0.88 | 0.37 | 99.86 | 0.78 | 0.35 |
| Hex | 43 | A0 | 14 | 3A | 0 | 58 | 25 | 64 | 4E | 23 |
| Octal | 103 | 240 | 24 | 72 | 0 | 130 | 45 | 144 | 116 | 43 |
| Binary | 1000011 | 10100000 | 10100 | 111010 | 0 | 1011000 | 100101 | 1100100 | 1001110 | 100011 |
Color Harmonies of #43A014
Complementary color
Monochromatic Colors of #43A014
Black with #43A014
Text Example
Text Example
White with #43A014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A014; }
p { color: rgb(67,160,20); }
H1.HeaderClassName
{
color: #43A014;
}
.AnyTagClassName
{
color: #43A014;
}
</style>
background-color css
<style>
a { background-color: #43A014; }
a { background-color: rgb(67,160,20); }
div.DivClassName
{
background-color: #43A014;
}
.BgClassName
{
background-color: #43A014;
}
</style>
border-color css
<style>
span { border-color: #43A014; }
span { border-color: rgb(67,160,20); }
td.TdClassName
{
border-color: #43A014;
}
.TagClassName
{
border-color: #43A014;
}
</style>