Shades of Kelly Green #3ACD12
Tints of Kelly Green #3ACD12
RGB
CMYK
RGB Variations
Color information
#3ACD12 (or 0x3ACD12) is known color: Kelly Green. HEX triplet: 3A, CD and 12. RGB value is (58,205,18). Sum of RGB (Red+Green+Blue) = 58+205+18=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 205 (80.47% from 255 or 72.95% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACD12 is #C532ED. Grayscale: #8C8C8C. Windows color (decimal): -12923630 or 1232186. OLE color: 1232186.
HSL color Cylindrical-coordinate representation of color #3ACD12: hue angle of 107.17º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3ACD12 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 18 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.20 |
| HSL | 107.17º | 0.84% | 0.44% | - |
| HSV(B) | 107.17º | 0.91% | 0.8% | - |
| XYZ | 23.69 | 44.61 | 7.93 | - |
| YUV | 139.73 | 59.3 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 18 | 0.72 | 0 | 0.91 | 0.20 | 107.17 | 0.84 | 0.44 |
| Hex | 3A | CD | 12 | 48 | 0 | 5B | 14 | 6B | 54 | 2C |
| Octal | 72 | 315 | 22 | 110 | 0 | 133 | 24 | 153 | 124 | 54 |
| Binary | 111010 | 11001101 | 10010 | 1001000 | 0 | 1011011 | 10100 | 1101011 | 1010100 | 101100 |
Color Harmonies of #3ACD12
Complementary color
Monochromatic Colors of #3ACD12
Black with #3ACD12
Text Example
Text Example
White with #3ACD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD12; }
p { color: rgb(58,205,18); }
H1.HeaderClassName
{
color: #3ACD12;
}
.AnyTagClassName
{
color: #3ACD12;
}
</style>
background-color css
<style>
a { background-color: #3ACD12; }
a { background-color: rgb(58,205,18); }
div.DivClassName
{
background-color: #3ACD12;
}
.BgClassName
{
background-color: #3ACD12;
}
</style>
border-color css
<style>
span { border-color: #3ACD12; }
span { border-color: rgb(58,205,18); }
td.TdClassName
{
border-color: #3ACD12;
}
.TagClassName
{
border-color: #3ACD12;
}
</style>