Shades of Apple #70AC39
Tints of Apple #70AC39
RGB
CMYK
RGB Variations
Color information
#70AC39 (or 0x70AC39) is known color: Apple. HEX triplet: 70, AC and 39. RGB value is (112,172,57). Sum of RGB (Red+Green+Blue) = 112+172+57=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AC39 is #8F53C6. Grayscale: #8D8D8D. Windows color (decimal): -9393095 or 3779696. OLE color: 3779696.
HSL color Cylindrical-coordinate representation of color #70AC39: hue angle of 91.3º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70AC39 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 172 | 57 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.33 |
| HSL | 91.3º | 0.5% | 0.45% | - |
| HSV(B) | 91.3º | 0.67% | 0.67% | - |
| XYZ | 22.17 | 33.25 | 9.12 | - |
| YUV | 140.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 57 | 0.35 | 0 | 0.67 | 0.33 | 91.3 | 0.5 | 0.45 |
| Hex | 70 | AC | 39 | 23 | 0 | 43 | 21 | 5B | 32 | 2D |
| Octal | 160 | 254 | 71 | 43 | 0 | 103 | 41 | 133 | 62 | 55 |
| Binary | 1110000 | 10101100 | 111001 | 100011 | 0 | 1000011 | 100001 | 1011011 | 110010 | 101101 |
Color Harmonies of #70AC39
Complementary color
Monochromatic Colors of #70AC39
Black with #70AC39
Text Example
Text Example
White with #70AC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AC39; }
p { color: rgb(112,172,57); }
H1.HeaderClassName
{
color: #70AC39;
}
.AnyTagClassName
{
color: #70AC39;
}
</style>
background-color css
<style>
a { background-color: #70AC39; }
a { background-color: rgb(112,172,57); }
div.DivClassName
{
background-color: #70AC39;
}
.BgClassName
{
background-color: #70AC39;
}
</style>
border-color css
<style>
span { border-color: #70AC39; }
span { border-color: rgb(112,172,57); }
td.TdClassName
{
border-color: #70AC39;
}
.TagClassName
{
border-color: #70AC39;
}
</style>