Shades of Apple #70AD39
Tints of Apple #70AD39
RGB
CMYK
RGB Variations
Color information
#70AD39 (or 0x70AD39) is known color: Apple. HEX triplet: 70, AD and 39. RGB value is (112,173,57). Sum of RGB (Red+Green+Blue) = 112+173+57=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AD39 is #8F52C6. Grayscale: #8D8D8D. Windows color (decimal): -9392839 or 3779952. OLE color: 3779952.
HSL color Cylindrical-coordinate representation of color #70AD39: hue angle of 91.55º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70AD39 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 173 | 57 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.32 |
| HSL | 91.55º | 0.5% | 0.45% | - |
| HSV(B) | 91.55º | 0.67% | 0.68% | - |
| XYZ | 22.36 | 33.63 | 9.18 | - |
| YUV | 141.54 | 80.29 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 57 | 0.35 | 0 | 0.67 | 0.32 | 91.55 | 0.5 | 0.45 |
| Hex | 70 | AD | 39 | 23 | 0 | 43 | 20 | 5C | 32 | 2D |
| Octal | 160 | 255 | 71 | 43 | 0 | 103 | 40 | 134 | 62 | 55 |
| Binary | 1110000 | 10101101 | 111001 | 100011 | 0 | 1000011 | 100000 | 1011100 | 110010 | 101101 |
Color Harmonies of #70AD39
Complementary color
Monochromatic Colors of #70AD39
Black with #70AD39
Text Example
Text Example
White with #70AD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AD39; }
p { color: rgb(112,173,57); }
H1.HeaderClassName
{
color: #70AD39;
}
.AnyTagClassName
{
color: #70AD39;
}
</style>
background-color css
<style>
a { background-color: #70AD39; }
a { background-color: rgb(112,173,57); }
div.DivClassName
{
background-color: #70AD39;
}
.BgClassName
{
background-color: #70AD39;
}
</style>
border-color css
<style>
span { border-color: #70AD39; }
span { border-color: rgb(112,173,57); }
td.TdClassName
{
border-color: #70AD39;
}
.TagClassName
{
border-color: #70AD39;
}
</style>