Shades of Kelly Green #3AAC08
Tints of Kelly Green #3AAC08
RGB
CMYK
RGB Variations
Color information
#3AAC08 (or 0x3AAC08) is known color: Kelly Green. HEX triplet: 3A, AC and 08. RGB value is (58,172,8). Sum of RGB (Red+Green+Blue) = 58+172+8=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 172 (67.58% from 255 or 72.27% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAC08 is #C553F7. Grayscale: #777777. Windows color (decimal): -12932088 or 568378. OLE color: 568378.
HSL color Cylindrical-coordinate representation of color #3AAC08: hue angle of 101.71º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AAC08 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 8 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.33 |
| HSL | 101.71º | 0.91% | 0.35% | - |
| HSV(B) | 101.71º | 0.95% | 0.67% | - |
| XYZ | 16.54 | 30.42 | 5.23 | - |
| YUV | 119.22 | 65.23 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 8 | 0.66 | 0 | 0.95 | 0.33 | 101.71 | 0.91 | 0.35 |
| Hex | 3A | AC | 8 | 42 | 0 | 5F | 21 | 66 | 5B | 23 |
| Octal | 72 | 254 | 10 | 102 | 0 | 137 | 41 | 146 | 133 | 43 |
| Binary | 111010 | 10101100 | 1000 | 1000010 | 0 | 1011111 | 100001 | 1100110 | 1011011 | 100011 |
Color Harmonies of #3AAC08
Complementary color
Monochromatic Colors of #3AAC08
Black with #3AAC08
Text Example
Text Example
White with #3AAC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC08; }
p { color: rgb(58,172,8); }
H1.HeaderClassName
{
color: #3AAC08;
}
.AnyTagClassName
{
color: #3AAC08;
}
</style>
background-color css
<style>
a { background-color: #3AAC08; }
a { background-color: rgb(58,172,8); }
div.DivClassName
{
background-color: #3AAC08;
}
.BgClassName
{
background-color: #3AAC08;
}
</style>
border-color css
<style>
span { border-color: #3AAC08; }
span { border-color: rgb(58,172,8); }
td.TdClassName
{
border-color: #3AAC08;
}
.TagClassName
{
border-color: #3AAC08;
}
</style>