Shades of Kelly Green #3AC01A
Tints of Kelly Green #3AC01A
RGB
CMYK
RGB Variations
Color information
#3AC01A (or 0x3AC01A) is known color: Kelly Green. HEX triplet: 3A, C0 and 1A. RGB value is (58,192,26). Sum of RGB (Red+Green+Blue) = 58+192+26=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC01A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC01A is #C53FE5. Grayscale: #858585. Windows color (decimal): -12926950 or 1753146. OLE color: 1753146.
HSL color Cylindrical-coordinate representation of color #3AC01A: hue angle of 108.43º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AC01A is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 26 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.25 |
| HSL | 108.43º | 0.76% | 0.43% | - |
| HSV(B) | 108.43º | 0.86% | 0.75% | - |
| XYZ | 20.78 | 38.67 | 7.35 | - |
| YUV | 133.01 | 67.61 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 26 | 0.70 | 0 | 0.86 | 0.25 | 108.43 | 0.76 | 0.43 |
| Hex | 3A | C0 | 1A | 46 | 0 | 56 | 19 | 6C | 4C | 2B |
| Octal | 72 | 300 | 32 | 106 | 0 | 126 | 31 | 154 | 114 | 53 |
| Binary | 111010 | 11000000 | 11010 | 1000110 | 0 | 1010110 | 11001 | 1101100 | 1001100 | 101011 |
Color Harmonies of #3AC01A
Complementary color
Monochromatic Colors of #3AC01A
Black with #3AC01A
Text Example
Text Example
White with #3AC01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC01A; }
p { color: rgb(58,192,26); }
H1.HeaderClassName
{
color: #3AC01A;
}
.AnyTagClassName
{
color: #3AC01A;
}
</style>
background-color css
<style>
a { background-color: #3AC01A; }
a { background-color: rgb(58,192,26); }
div.DivClassName
{
background-color: #3AC01A;
}
.BgClassName
{
background-color: #3AC01A;
}
</style>
border-color css
<style>
span { border-color: #3AC01A; }
span { border-color: rgb(58,192,26); }
td.TdClassName
{
border-color: #3AC01A;
}
.TagClassName
{
border-color: #3AC01A;
}
</style>