Shades of Kelly Green #3AAC07
Tints of Kelly Green #3AAC07
RGB
CMYK
RGB Variations
Color information
#3AAC07 (or 0x3AAC07) is known color: Kelly Green. HEX triplet: 3A, AC and 07. RGB value is (58,172,7). Sum of RGB (Red+Green+Blue) = 58+172+7=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 172 (67.58% from 255 or 72.57% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAC07 is #C553F8. Grayscale: #777777. Windows color (decimal): -12932089 or 502842. OLE color: 502842.
HSL color Cylindrical-coordinate representation of color #3AAC07: hue angle of 101.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AAC07 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 7 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.33 |
| HSL | 101.45º | 0.92% | 0.35% | - |
| HSV(B) | 101.45º | 0.96% | 0.67% | - |
| XYZ | 16.54 | 30.42 | 5.2 | - |
| YUV | 119.1 | 64.73 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 7 | 0.66 | 0 | 0.96 | 0.33 | 101.45 | 0.92 | 0.35 |
| Hex | 3A | AC | 7 | 42 | 0 | 60 | 21 | 65 | 5C | 23 |
| Octal | 72 | 254 | 7 | 102 | 0 | 140 | 41 | 145 | 134 | 43 |
| Binary | 111010 | 10101100 | 111 | 1000010 | 0 | 1100000 | 100001 | 1100101 | 1011100 | 100011 |
Color Harmonies of #3AAC07
Complementary color
Monochromatic Colors of #3AAC07
Black with #3AAC07
Text Example
Text Example
White with #3AAC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC07; }
p { color: rgb(58,172,7); }
H1.HeaderClassName
{
color: #3AAC07;
}
.AnyTagClassName
{
color: #3AAC07;
}
</style>
background-color css
<style>
a { background-color: #3AAC07; }
a { background-color: rgb(58,172,7); }
div.DivClassName
{
background-color: #3AAC07;
}
.BgClassName
{
background-color: #3AAC07;
}
</style>
border-color css
<style>
span { border-color: #3AAC07; }
span { border-color: rgb(58,172,7); }
td.TdClassName
{
border-color: #3AAC07;
}
.TagClassName
{
border-color: #3AAC07;
}
</style>