Shades of Kelly Green #3ACD0A
Tints of Kelly Green #3ACD0A
RGB
CMYK
RGB Variations
Color information
#3ACD0A (or 0x3ACD0A) is known color: Kelly Green. HEX triplet: 3A, CD and 0A. RGB value is (58,205,10). Sum of RGB (Red+Green+Blue) = 58+205+10=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 205 (80.47% from 255 or 75.09% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ACD0A is #C532F5. Grayscale: #8B8B8B. Windows color (decimal): -12923638 or 707898. OLE color: 707898.
HSL color Cylindrical-coordinate representation of color #3ACD0A: hue angle of 105.23º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3ACD0A is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 10 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.20 |
| HSL | 105.23º | 0.91% | 0.42% | - |
| HSV(B) | 105.23º | 0.95% | 0.8% | - |
| XYZ | 23.63 | 44.58 | 7.65 | - |
| YUV | 138.82 | 55.3 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 10 | 0.72 | 0 | 0.95 | 0.20 | 105.23 | 0.91 | 0.42 |
| Hex | 3A | CD | A | 48 | 0 | 5F | 14 | 69 | 5B | 2A |
| Octal | 72 | 315 | 12 | 110 | 0 | 137 | 24 | 151 | 133 | 52 |
| Binary | 111010 | 11001101 | 1010 | 1001000 | 0 | 1011111 | 10100 | 1101001 | 1011011 | 101010 |
Color Harmonies of #3ACD0A
Complementary color
Monochromatic Colors of #3ACD0A
Black with #3ACD0A
Text Example
Text Example
White with #3ACD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD0A; }
p { color: rgb(58,205,10); }
H1.HeaderClassName
{
color: #3ACD0A;
}
.AnyTagClassName
{
color: #3ACD0A;
}
</style>
background-color css
<style>
a { background-color: #3ACD0A; }
a { background-color: rgb(58,205,10); }
div.DivClassName
{
background-color: #3ACD0A;
}
.BgClassName
{
background-color: #3ACD0A;
}
</style>
border-color css
<style>
span { border-color: #3ACD0A; }
span { border-color: rgb(58,205,10); }
td.TdClassName
{
border-color: #3ACD0A;
}
.TagClassName
{
border-color: #3ACD0A;
}
</style>