Shades of Kelly Green #3ACE08
Tints of Kelly Green #3ACE08
RGB
CMYK
RGB Variations
Color information
#3ACE08 (or 0x3ACE08) is known color: Kelly Green. HEX triplet: 3A, CE and 08. RGB value is (58,206,8). Sum of RGB (Red+Green+Blue) = 58+206+8=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 206 (80.86% from 255 or 75.74% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACE08 is #C531F7. Grayscale: #8B8B8B. Windows color (decimal): -12923384 or 577082. OLE color: 577082.
HSL color Cylindrical-coordinate representation of color #3ACE08: hue angle of 104.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3ACE08 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 8 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.19 |
| HSL | 104.85º | 0.93% | 0.42% | - |
| HSV(B) | 104.85º | 0.96% | 0.81% | - |
| XYZ | 23.86 | 45.06 | 7.67 | - |
| YUV | 139.18 | 53.97 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 8 | 0.72 | 0 | 0.96 | 0.19 | 104.85 | 0.93 | 0.42 |
| Hex | 3A | CE | 8 | 48 | 0 | 60 | 13 | 69 | 5D | 2A |
| Octal | 72 | 316 | 10 | 110 | 0 | 140 | 23 | 151 | 135 | 52 |
| Binary | 111010 | 11001110 | 1000 | 1001000 | 0 | 1100000 | 10011 | 1101001 | 1011101 | 101010 |
Color Harmonies of #3ACE08
Complementary color
Monochromatic Colors of #3ACE08
Black with #3ACE08
Text Example
Text Example
White with #3ACE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE08; }
p { color: rgb(58,206,8); }
H1.HeaderClassName
{
color: #3ACE08;
}
.AnyTagClassName
{
color: #3ACE08;
}
</style>
background-color css
<style>
a { background-color: #3ACE08; }
a { background-color: rgb(58,206,8); }
div.DivClassName
{
background-color: #3ACE08;
}
.BgClassName
{
background-color: #3ACE08;
}
</style>
border-color css
<style>
span { border-color: #3ACE08; }
span { border-color: rgb(58,206,8); }
td.TdClassName
{
border-color: #3ACE08;
}
.TagClassName
{
border-color: #3ACE08;
}
</style>