Shades of Kelly Green #42AC08
Tints of Kelly Green #42AC08
RGB
CMYK
RGB Variations
Color information
#42AC08 (or 0x42AC08) is known color: Kelly Green. HEX triplet: 42, AC and 08. RGB value is (66,172,8). Sum of RGB (Red+Green+Blue) = 66+172+8=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 172 (67.58% from 255 or 69.92% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AC08 is #BD53F7. Grayscale: #7A7A7A. Windows color (decimal): -12407800 or 568386. OLE color: 568386.
HSL color Cylindrical-coordinate representation of color #42AC08: hue angle of 98.78º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42AC08 is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 172 | 8 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.33 |
| HSL | 98.78º | 0.91% | 0.35% | - |
| HSV(B) | 98.78º | 0.95% | 0.67% | - |
| XYZ | 17.04 | 30.68 | 5.25 | - |
| YUV | 121.61 | 63.88 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 172 | 8 | 0.62 | 0 | 0.95 | 0.33 | 98.78 | 0.91 | 0.35 |
| Hex | 42 | AC | 8 | 3E | 0 | 5F | 21 | 63 | 5B | 23 |
| Octal | 102 | 254 | 10 | 76 | 0 | 137 | 41 | 143 | 133 | 43 |
| Binary | 1000010 | 10101100 | 1000 | 111110 | 0 | 1011111 | 100001 | 1100011 | 1011011 | 100011 |
Color Harmonies of #42AC08
Complementary color
Monochromatic Colors of #42AC08
Black with #42AC08
Text Example
Text Example
White with #42AC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AC08; }
p { color: rgb(66,172,8); }
H1.HeaderClassName
{
color: #42AC08;
}
.AnyTagClassName
{
color: #42AC08;
}
</style>
background-color css
<style>
a { background-color: #42AC08; }
a { background-color: rgb(66,172,8); }
div.DivClassName
{
background-color: #42AC08;
}
.BgClassName
{
background-color: #42AC08;
}
</style>
border-color css
<style>
span { border-color: #42AC08; }
span { border-color: rgb(66,172,8); }
td.TdClassName
{
border-color: #42AC08;
}
.TagClassName
{
border-color: #42AC08;
}
</style>