Shades of Kelly Green #3AC001
Tints of Kelly Green #3AC001
RGB
CMYK
RGB Variations
Color information
#3AC001 (or 0x3AC001) is known color: Kelly Green. HEX triplet: 3A, C0 and 01. RGB value is (58,192,1). Sum of RGB (Red+Green+Blue) = 58+192+1=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 192 (75.39% from 255 or 76.49% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC001 is #C53FFE. Grayscale: #828282. Windows color (decimal): -12926975 or 114746. OLE color: 114746.
HSL color Cylindrical-coordinate representation of color #3AC001: hue angle of 102.09º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AC001 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 1 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.25 |
| HSL | 102.09º | 0.99% | 0.38% | - |
| HSV(B) | 102.09º | 0.99% | 0.75% | - |
| XYZ | 20.6 | 38.6 | 6.39 | - |
| YUV | 130.16 | 55.11 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 1 | 0.70 | 0 | 0.99 | 0.25 | 102.09 | 0.99 | 0.38 |
| Hex | 3A | C0 | 1 | 46 | 0 | 63 | 19 | 66 | 63 | 26 |
| Octal | 72 | 300 | 1 | 106 | 0 | 143 | 31 | 146 | 143 | 46 |
| Binary | 111010 | 11000000 | 1 | 1000110 | 0 | 1100011 | 11001 | 1100110 | 1100011 | 100110 |
Color Harmonies of #3AC001
Complementary color
Monochromatic Colors of #3AC001
Black with #3AC001
Text Example
Text Example
White with #3AC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC001; }
p { color: rgb(58,192,1); }
H1.HeaderClassName
{
color: #3AC001;
}
.AnyTagClassName
{
color: #3AC001;
}
</style>
background-color css
<style>
a { background-color: #3AC001; }
a { background-color: rgb(58,192,1); }
div.DivClassName
{
background-color: #3AC001;
}
.BgClassName
{
background-color: #3AC001;
}
</style>
border-color css
<style>
span { border-color: #3AC001; }
span { border-color: rgb(58,192,1); }
td.TdClassName
{
border-color: #3AC001;
}
.TagClassName
{
border-color: #3AC001;
}
</style>