Shades of Kelly Green #3AA808
Tints of Kelly Green #3AA808
RGB
CMYK
RGB Variations
Color information
#3AA808 (or 0x3AA808) is known color: Kelly Green. HEX triplet: 3A, A8 and 08. RGB value is (58,168,8). Sum of RGB (Red+Green+Blue) = 58+168+8=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 168 (66.02% from 255 or 71.79% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 168 - color contains mainly: green. Hex color #3AA808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA808 is #C557F7. Grayscale: #757575. Windows color (decimal): -12933112 or 567354. OLE color: 567354.
HSL color Cylindrical-coordinate representation of color #3AA808: hue angle of 101.25º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AA808 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 168 | 8 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.34 |
| HSL | 101.25º | 0.91% | 0.35% | - |
| HSV(B) | 101.25º | 0.95% | 0.66% | - |
| XYZ | 15.79 | 28.92 | 4.98 | - |
| YUV | 116.87 | 66.56 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 168 | 8 | 0.65 | 0 | 0.95 | 0.34 | 101.25 | 0.91 | 0.35 |
| Hex | 3A | A8 | 8 | 41 | 0 | 5F | 22 | 65 | 5B | 23 |
| Octal | 72 | 250 | 10 | 101 | 0 | 137 | 42 | 145 | 133 | 43 |
| Binary | 111010 | 10101000 | 1000 | 1000001 | 0 | 1011111 | 100010 | 1100101 | 1011011 | 100011 |
Color Harmonies of #3AA808
Complementary color
Monochromatic Colors of #3AA808
Black with #3AA808
Text Example
Text Example
White with #3AA808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA808; }
p { color: rgb(58,168,8); }
H1.HeaderClassName
{
color: #3AA808;
}
.AnyTagClassName
{
color: #3AA808;
}
</style>
background-color css
<style>
a { background-color: #3AA808; }
a { background-color: rgb(58,168,8); }
div.DivClassName
{
background-color: #3AA808;
}
.BgClassName
{
background-color: #3AA808;
}
</style>
border-color css
<style>
span { border-color: #3AA808; }
span { border-color: rgb(58,168,8); }
td.TdClassName
{
border-color: #3AA808;
}
.TagClassName
{
border-color: #3AA808;
}
</style>