Shades of Kelly Green #3CAC08
Tints of Kelly Green #3CAC08
RGB
CMYK
RGB Variations
Color information
#3CAC08 (or 0x3CAC08) is known color: Kelly Green. HEX triplet: 3C, AC and 08. RGB value is (60,172,8). Sum of RGB (Red+Green+Blue) = 60+172+8=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 172 (67.58% from 255 or 71.67% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAC08 is #C353F7. Grayscale: #787878. Windows color (decimal): -12801016 or 568380. OLE color: 568380.
HSL color Cylindrical-coordinate representation of color #3CAC08: hue angle of 100.98º 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 #3CAC08 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 8 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.33 |
| HSL | 100.98º | 0.91% | 0.35% | - |
| HSV(B) | 100.98º | 0.95% | 0.67% | - |
| XYZ | 16.66 | 30.48 | 5.24 | - |
| YUV | 119.82 | 64.89 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 8 | 0.65 | 0 | 0.95 | 0.33 | 100.98 | 0.91 | 0.35 |
| Hex | 3C | AC | 8 | 41 | 0 | 5F | 21 | 65 | 5B | 23 |
| Octal | 74 | 254 | 10 | 101 | 0 | 137 | 41 | 145 | 133 | 43 |
| Binary | 111100 | 10101100 | 1000 | 1000001 | 0 | 1011111 | 100001 | 1100101 | 1011011 | 100011 |
Color Harmonies of #3CAC08
Complementary color
Monochromatic Colors of #3CAC08
Black with #3CAC08
Text Example
Text Example
White with #3CAC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC08; }
p { color: rgb(60,172,8); }
H1.HeaderClassName
{
color: #3CAC08;
}
.AnyTagClassName
{
color: #3CAC08;
}
</style>
background-color css
<style>
a { background-color: #3CAC08; }
a { background-color: rgb(60,172,8); }
div.DivClassName
{
background-color: #3CAC08;
}
.BgClassName
{
background-color: #3CAC08;
}
</style>
border-color css
<style>
span { border-color: #3CAC08; }
span { border-color: rgb(60,172,8); }
td.TdClassName
{
border-color: #3CAC08;
}
.TagClassName
{
border-color: #3CAC08;
}
</style>