Shades of Apple #70AC41
Tints of Apple #70AC41
RGB
CMYK
RGB Variations
Color information
#70AC41 (or 0x70AC41) is known color: Apple. HEX triplet: 70, AC and 41. RGB value is (112,172,65). Sum of RGB (Red+Green+Blue) = 112+172+65=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AC41 is #8F53BE. Grayscale: #8E8E8E. Windows color (decimal): -9393087 or 4303984. OLE color: 4303984.
HSL color Cylindrical-coordinate representation of color #70AC41: hue angle of 93.64º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70AC41 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 172 | 65 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.33 |
| HSL | 93.64º | 0.45% | 0.46% | - |
| HSV(B) | 93.64º | 0.62% | 0.67% | - |
| XYZ | 22.39 | 33.33 | 10.25 | - |
| YUV | 141.86 | 84.62 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 65 | 0.35 | 0 | 0.62 | 0.33 | 93.64 | 0.45 | 0.46 |
| Hex | 70 | AC | 41 | 23 | 0 | 3E | 21 | 5E | 2D | 2E |
| Octal | 160 | 254 | 101 | 43 | 0 | 76 | 41 | 136 | 55 | 56 |
| Binary | 1110000 | 10101100 | 1000001 | 100011 | 0 | 111110 | 100001 | 1011110 | 101101 | 101110 |
Color Harmonies of #70AC41
Complementary color
Monochromatic Colors of #70AC41
Black with #70AC41
Text Example
Text Example
White with #70AC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AC41; }
p { color: rgb(112,172,65); }
H1.HeaderClassName
{
color: #70AC41;
}
.AnyTagClassName
{
color: #70AC41;
}
</style>
background-color css
<style>
a { background-color: #70AC41; }
a { background-color: rgb(112,172,65); }
div.DivClassName
{
background-color: #70AC41;
}
.BgClassName
{
background-color: #70AC41;
}
</style>
border-color css
<style>
span { border-color: #70AC41; }
span { border-color: rgb(112,172,65); }
td.TdClassName
{
border-color: #70AC41;
}
.TagClassName
{
border-color: #70AC41;
}
</style>