Shades of Kelly Green #3AC812
Tints of Kelly Green #3AC812
RGB
CMYK
RGB Variations
Color information
#3AC812 (or 0x3AC812) is known color: Kelly Green. HEX triplet: 3A, C8 and 12. RGB value is (58,200,18). Sum of RGB (Red+Green+Blue) = 58+200+18=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 200 (78.52% from 255 or 72.46% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC812 is #C537ED. Grayscale: #898989. Windows color (decimal): -12924910 or 1230906. OLE color: 1230906.
HSL color Cylindrical-coordinate representation of color #3AC812: hue angle of 106.81º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AC812 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 200 | 18 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.22 |
| HSL | 106.81º | 0.83% | 0.43% | - |
| HSV(B) | 106.81º | 0.91% | 0.78% | - |
| XYZ | 22.51 | 42.25 | 7.54 | - |
| YUV | 136.79 | 60.96 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 200 | 18 | 0.71 | 0 | 0.91 | 0.22 | 106.81 | 0.83 | 0.43 |
| Hex | 3A | C8 | 12 | 47 | 0 | 5B | 16 | 6B | 53 | 2B |
| Octal | 72 | 310 | 22 | 107 | 0 | 133 | 26 | 153 | 123 | 53 |
| Binary | 111010 | 11001000 | 10010 | 1000111 | 0 | 1011011 | 10110 | 1101011 | 1010011 | 101011 |
Color Harmonies of #3AC812
Complementary color
Monochromatic Colors of #3AC812
Black with #3AC812
Text Example
Text Example
White with #3AC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC812; }
p { color: rgb(58,200,18); }
H1.HeaderClassName
{
color: #3AC812;
}
.AnyTagClassName
{
color: #3AC812;
}
</style>
background-color css
<style>
a { background-color: #3AC812; }
a { background-color: rgb(58,200,18); }
div.DivClassName
{
background-color: #3AC812;
}
.BgClassName
{
background-color: #3AC812;
}
</style>
border-color css
<style>
span { border-color: #3AC812; }
span { border-color: rgb(58,200,18); }
td.TdClassName
{
border-color: #3AC812;
}
.TagClassName
{
border-color: #3AC812;
}
</style>