Shades of Kelly Green #3AA700
Tints of Kelly Green #3AA700
RGB
CMYK
RGB Variations
Color information
#3AA700 (or 0x3AA700) is known color: Kelly Green. HEX triplet: 3A, A7 and 00. RGB value is (58,167,0). Sum of RGB (Red+Green+Blue) = 58+167+0=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 167 (65.62% from 255 or 74.22% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 167 - color contains mainly: green. Hex color #3AA700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA700 is #C558FF. Grayscale: #737373. Windows color (decimal): -12933376 or 42810. OLE color: 42810.
HSL color Cylindrical-coordinate representation of color #3AA700: hue angle of 99.16º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3AA700 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 167 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.35 |
| HSL | 99.16º | 1% | 0.33% | - |
| HSV(B) | 99.16º | 1% | 0.65% | - |
| XYZ | 15.56 | 28.54 | 4.69 | - |
| YUV | 115.37 | 62.89 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 167 | 0 | 0.65 | 0 | 1 | 0.35 | 99.16 | 1 | 0.33 |
| Hex | 3A | A7 | 0 | 41 | 0 | 64 | 23 | 63 | 64 | 21 |
| Octal | 72 | 247 | 0 | 101 | 0 | 144 | 43 | 143 | 144 | 41 |
| Binary | 111010 | 10100111 | 0 | 1000001 | 0 | 1100100 | 100011 | 1100011 | 1100100 | 100001 |
Color Harmonies of #3AA700
Complementary color
Monochromatic Colors of #3AA700
Black with #3AA700
Text Example
Text Example
White with #3AA700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA700; }
p { color: rgb(58,167,0); }
H1.HeaderClassName
{
color: #3AA700;
}
.AnyTagClassName
{
color: #3AA700;
}
</style>
background-color css
<style>
a { background-color: #3AA700; }
a { background-color: rgb(58,167,0); }
div.DivClassName
{
background-color: #3AA700;
}
.BgClassName
{
background-color: #3AA700;
}
</style>
border-color css
<style>
span { border-color: #3AA700; }
span { border-color: rgb(58,167,0); }
td.TdClassName
{
border-color: #3AA700;
}
.TagClassName
{
border-color: #3AA700;
}
</style>