Shades of Kelly Green #3AA908
Tints of Kelly Green #3AA908
RGB
CMYK
RGB Variations
Color information
#3AA908 (or 0x3AA908) is known color: Kelly Green. HEX triplet: 3A, A9 and 08. RGB value is (58,169,8). Sum of RGB (Red+Green+Blue) = 58+169+8=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 169 (66.41% from 255 or 71.91% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 169 - color contains mainly: green. Hex color #3AA908 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA908 is #C556F7. Grayscale: #757575. Windows color (decimal): -12932856 or 567610. OLE color: 567610.
HSL color Cylindrical-coordinate representation of color #3AA908: hue angle of 101.37º 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 #3AA908 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 169 | 8 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.34 |
| HSL | 101.37º | 0.91% | 0.35% | - |
| HSV(B) | 101.37º | 0.95% | 0.66% | - |
| XYZ | 15.98 | 29.29 | 5.04 | - |
| YUV | 117.46 | 66.23 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 169 | 8 | 0.66 | 0 | 0.95 | 0.34 | 101.37 | 0.91 | 0.35 |
| Hex | 3A | A9 | 8 | 42 | 0 | 5F | 22 | 65 | 5B | 23 |
| Octal | 72 | 251 | 10 | 102 | 0 | 137 | 42 | 145 | 133 | 43 |
| Binary | 111010 | 10101001 | 1000 | 1000010 | 0 | 1011111 | 100010 | 1100101 | 1011011 | 100011 |
Color Harmonies of #3AA908
Complementary color
Monochromatic Colors of #3AA908
Black with #3AA908
Text Example
Text Example
White with #3AA908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA908; }
p { color: rgb(58,169,8); }
H1.HeaderClassName
{
color: #3AA908;
}
.AnyTagClassName
{
color: #3AA908;
}
</style>
background-color css
<style>
a { background-color: #3AA908; }
a { background-color: rgb(58,169,8); }
div.DivClassName
{
background-color: #3AA908;
}
.BgClassName
{
background-color: #3AA908;
}
</style>
border-color css
<style>
span { border-color: #3AA908; }
span { border-color: rgb(58,169,8); }
td.TdClassName
{
border-color: #3AA908;
}
.TagClassName
{
border-color: #3AA908;
}
</style>