Shades of Kelly Green #3AC915
Tints of Kelly Green #3AC915
RGB
CMYK
RGB Variations
Color information
#3AC915 (or 0x3AC915) is known color: Kelly Green. HEX triplet: 3A, C9 and 15. RGB value is (58,201,21). Sum of RGB (Red+Green+Blue) = 58+201+21=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 201 (78.91% from 255 or 71.79% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 201 - color contains mainly: green. Hex color #3AC915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC915 is #C536EA. Grayscale: #8A8A8A. Windows color (decimal): -12924651 or 1427770. OLE color: 1427770.
HSL color Cylindrical-coordinate representation of color #3AC915: hue angle of 107.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AC915 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 201 | 21 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.21 |
| HSL | 107.67º | 0.81% | 0.44% | - |
| HSV(B) | 107.67º | 0.9% | 0.79% | - |
| XYZ | 22.77 | 42.73 | 7.76 | - |
| YUV | 137.72 | 62.12 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 201 | 21 | 0.71 | 0 | 0.90 | 0.21 | 107.67 | 0.81 | 0.44 |
| Hex | 3A | C9 | 15 | 47 | 0 | 5A | 15 | 6C | 51 | 2C |
| Octal | 72 | 311 | 25 | 107 | 0 | 132 | 25 | 154 | 121 | 54 |
| Binary | 111010 | 11001001 | 10101 | 1000111 | 0 | 1011010 | 10101 | 1101100 | 1010001 | 101100 |
Color Harmonies of #3AC915
Complementary color
Monochromatic Colors of #3AC915
Black with #3AC915
Text Example
Text Example
White with #3AC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC915; }
p { color: rgb(58,201,21); }
H1.HeaderClassName
{
color: #3AC915;
}
.AnyTagClassName
{
color: #3AC915;
}
</style>
background-color css
<style>
a { background-color: #3AC915; }
a { background-color: rgb(58,201,21); }
div.DivClassName
{
background-color: #3AC915;
}
.BgClassName
{
background-color: #3AC915;
}
</style>
border-color css
<style>
span { border-color: #3AC915; }
span { border-color: rgb(58,201,21); }
td.TdClassName
{
border-color: #3AC915;
}
.TagClassName
{
border-color: #3AC915;
}
</style>