Shades of Kelly Green #3AA008
Tints of Kelly Green #3AA008
RGB
CMYK
RGB Variations
Color information
#3AA008 (or 0x3AA008) is known color: Kelly Green. HEX triplet: 3A, A0 and 08. RGB value is (58,160,8). Sum of RGB (Red+Green+Blue) = 58+160+8=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 160 (62.89% from 255 or 70.80% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA008 is #C55FF7. Grayscale: #707070. Windows color (decimal): -12935160 or 565306. OLE color: 565306.
HSL color Cylindrical-coordinate representation of color #3AA008: hue angle of 100.26º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AA008 is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 160 | 8 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.37 |
| HSL | 100.26º | 0.9% | 0.33% | - |
| HSV(B) | 100.26º | 0.95% | 0.63% | - |
| XYZ | 14.36 | 26.06 | 4.5 | - |
| YUV | 112.17 | 69.21 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 8 | 0.64 | 0 | 0.95 | 0.37 | 100.26 | 0.9 | 0.33 |
| Hex | 3A | A0 | 8 | 40 | 0 | 5F | 25 | 64 | 5A | 21 |
| Octal | 72 | 240 | 10 | 100 | 0 | 137 | 45 | 144 | 132 | 41 |
| Binary | 111010 | 10100000 | 1000 | 1000000 | 0 | 1011111 | 100101 | 1100100 | 1011010 | 100001 |
Color Harmonies of #3AA008
Complementary color
Monochromatic Colors of #3AA008
Black with #3AA008
Text Example
Text Example
White with #3AA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA008; }
p { color: rgb(58,160,8); }
H1.HeaderClassName
{
color: #3AA008;
}
.AnyTagClassName
{
color: #3AA008;
}
</style>
background-color css
<style>
a { background-color: #3AA008; }
a { background-color: rgb(58,160,8); }
div.DivClassName
{
background-color: #3AA008;
}
.BgClassName
{
background-color: #3AA008;
}
</style>
border-color css
<style>
span { border-color: #3AA008; }
span { border-color: rgb(58,160,8); }
td.TdClassName
{
border-color: #3AA008;
}
.TagClassName
{
border-color: #3AA008;
}
</style>