Shades of Apple #70AC3F
Tints of Apple #70AC3F
RGB
CMYK
RGB Variations
Color information
#70AC3F (or 0x70AC3F) is known color: Apple. HEX triplet: 70, AC and 3F. RGB value is (112,172,63). Sum of RGB (Red+Green+Blue) = 112+172+63=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AC3F is #8F53C0. Grayscale: #8E8E8E. Windows color (decimal): -9393089 or 4172912. OLE color: 4172912.
HSL color Cylindrical-coordinate representation of color #70AC3F: hue angle of 93.03º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70AC3F is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 172 | 63 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.33 |
| HSL | 93.03º | 0.46% | 0.46% | - |
| HSV(B) | 93.03º | 0.63% | 0.67% | - |
| XYZ | 22.33 | 33.31 | 9.95 | - |
| YUV | 141.63 | 83.62 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 63 | 0.35 | 0 | 0.63 | 0.33 | 93.03 | 0.46 | 0.46 |
| Hex | 70 | AC | 3F | 23 | 0 | 3F | 21 | 5D | 2E | 2E |
| Octal | 160 | 254 | 77 | 43 | 0 | 77 | 41 | 135 | 56 | 56 |
| Binary | 1110000 | 10101100 | 111111 | 100011 | 0 | 111111 | 100001 | 1011101 | 101110 | 101110 |
Color Harmonies of #70AC3F
Complementary color
Monochromatic Colors of #70AC3F
Black with #70AC3F
Text Example
Text Example
White with #70AC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AC3F; }
p { color: rgb(112,172,63); }
H1.HeaderClassName
{
color: #70AC3F;
}
.AnyTagClassName
{
color: #70AC3F;
}
</style>
background-color css
<style>
a { background-color: #70AC3F; }
a { background-color: rgb(112,172,63); }
div.DivClassName
{
background-color: #70AC3F;
}
.BgClassName
{
background-color: #70AC3F;
}
</style>
border-color css
<style>
span { border-color: #70AC3F; }
span { border-color: rgb(112,172,63); }
td.TdClassName
{
border-color: #70AC3F;
}
.TagClassName
{
border-color: #70AC3F;
}
</style>