Shades of Kelly Green #42AC12
Tints of Kelly Green #42AC12
RGB
CMYK
RGB Variations
Color information
#42AC12 (or 0x42AC12) is known color: Kelly Green. HEX triplet: 42, AC and 12. RGB value is (66,172,18). Sum of RGB (Red+Green+Blue) = 66+172+18=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 172 (67.58% from 255 or 67.19% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AC12 is #BD53ED. Grayscale: #7B7B7B. Windows color (decimal): -12407790 or 1223746. OLE color: 1223746.
HSL color Cylindrical-coordinate representation of color #42AC12: hue angle of 101.3º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42AC12 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 172 | 18 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.33 |
| HSL | 101.3º | 0.81% | 0.37% | - |
| HSV(B) | 101.3º | 0.9% | 0.67% | - |
| XYZ | 17.11 | 30.71 | 5.6 | - |
| YUV | 122.75 | 68.88 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 172 | 18 | 0.62 | 0 | 0.90 | 0.33 | 101.3 | 0.81 | 0.37 |
| Hex | 42 | AC | 12 | 3E | 0 | 5A | 21 | 65 | 51 | 25 |
| Octal | 102 | 254 | 22 | 76 | 0 | 132 | 41 | 145 | 121 | 45 |
| Binary | 1000010 | 10101100 | 10010 | 111110 | 0 | 1011010 | 100001 | 1100101 | 1010001 | 100101 |
Color Harmonies of #42AC12
Complementary color
Monochromatic Colors of #42AC12
Black with #42AC12
Text Example
Text Example
White with #42AC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AC12; }
p { color: rgb(66,172,18); }
H1.HeaderClassName
{
color: #42AC12;
}
.AnyTagClassName
{
color: #42AC12;
}
</style>
background-color css
<style>
a { background-color: #42AC12; }
a { background-color: rgb(66,172,18); }
div.DivClassName
{
background-color: #42AC12;
}
.BgClassName
{
background-color: #42AC12;
}
</style>
border-color css
<style>
span { border-color: #42AC12; }
span { border-color: rgb(66,172,18); }
td.TdClassName
{
border-color: #42AC12;
}
.TagClassName
{
border-color: #42AC12;
}
</style>