Shades of Kelly Green #42A318
Tints of Kelly Green #42A318
RGB
CMYK
RGB Variations
Color information
#42A318 (or 0x42A318) is known color: Kelly Green. HEX triplet: 42, A3 and 18. RGB value is (66,163,24). Sum of RGB (Red+Green+Blue) = 66+163+24=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 163 (64.06% from 255 or 64.43% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 163 - color contains mainly: green. Hex color #42A318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A318 is #BD5CE7. Grayscale: #767676. Windows color (decimal): -12410088 or 1614658. OLE color: 1614658.
HSL color Cylindrical-coordinate representation of color #42A318: hue angle of 101.87º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42A318 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 163 | 24 | - |
| CMYK | 0.60 | 0 | 0.85 | 0.36 |
| HSL | 101.87º | 0.74% | 0.37% | - |
| HSV(B) | 101.87º | 0.85% | 0.64% | - |
| XYZ | 15.51 | 27.42 | 5.34 | - |
| YUV | 118.15 | 74.86 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 163 | 24 | 0.60 | 0 | 0.85 | 0.36 | 101.87 | 0.74 | 0.37 |
| Hex | 42 | A3 | 18 | 3C | 0 | 55 | 24 | 66 | 4A | 25 |
| Octal | 102 | 243 | 30 | 74 | 0 | 125 | 44 | 146 | 112 | 45 |
| Binary | 1000010 | 10100011 | 11000 | 111100 | 0 | 1010101 | 100100 | 1100110 | 1001010 | 100101 |
Color Harmonies of #42A318
Complementary color
Monochromatic Colors of #42A318
Black with #42A318
Text Example
Text Example
White with #42A318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A318; }
p { color: rgb(66,163,24); }
H1.HeaderClassName
{
color: #42A318;
}
.AnyTagClassName
{
color: #42A318;
}
</style>
background-color css
<style>
a { background-color: #42A318; }
a { background-color: rgb(66,163,24); }
div.DivClassName
{
background-color: #42A318;
}
.BgClassName
{
background-color: #42A318;
}
</style>
border-color css
<style>
span { border-color: #42A318; }
span { border-color: rgb(66,163,24); }
td.TdClassName
{
border-color: #42A318;
}
.TagClassName
{
border-color: #42A318;
}
</style>