Shades of Kelly Green #3AA304
Tints of Kelly Green #3AA304
RGB
CMYK
RGB Variations
Color information
#3AA304 (or 0x3AA304) is known color: Kelly Green. HEX triplet: 3A, A3 and 04. RGB value is (58,163,4). Sum of RGB (Red+Green+Blue) = 58+163+4=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 163 (64.06% from 255 or 72.44% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 163 - color contains mainly: green. Hex color #3AA304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA304 is #C55CFB. Grayscale: #727272. Windows color (decimal): -12934396 or 303930. OLE color: 303930.
HSL color Cylindrical-coordinate representation of color #3AA304: hue angle of 99.62º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3AA304 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 163 | 4 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.36 |
| HSL | 99.62º | 0.95% | 0.33% | - |
| HSV(B) | 99.62º | 0.98% | 0.64% | - |
| XYZ | 14.86 | 27.1 | 4.56 | - |
| YUV | 113.48 | 66.21 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 163 | 4 | 0.64 | 0 | 0.98 | 0.36 | 99.62 | 0.95 | 0.33 |
| Hex | 3A | A3 | 4 | 40 | 0 | 62 | 24 | 64 | 5F | 21 |
| Octal | 72 | 243 | 4 | 100 | 0 | 142 | 44 | 144 | 137 | 41 |
| Binary | 111010 | 10100011 | 100 | 1000000 | 0 | 1100010 | 100100 | 1100100 | 1011111 | 100001 |
Color Harmonies of #3AA304
Complementary color
Monochromatic Colors of #3AA304
Black with #3AA304
Text Example
Text Example
White with #3AA304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA304; }
p { color: rgb(58,163,4); }
H1.HeaderClassName
{
color: #3AA304;
}
.AnyTagClassName
{
color: #3AA304;
}
</style>
background-color css
<style>
a { background-color: #3AA304; }
a { background-color: rgb(58,163,4); }
div.DivClassName
{
background-color: #3AA304;
}
.BgClassName
{
background-color: #3AA304;
}
</style>
border-color css
<style>
span { border-color: #3AA304; }
span { border-color: rgb(58,163,4); }
td.TdClassName
{
border-color: #3AA304;
}
.TagClassName
{
border-color: #3AA304;
}
</style>