Shades of Apple #70AC58
Tints of Apple #70AC58
RGB
CMYK
RGB Variations
Color information
#70AC58 (or 0x70AC58) is known color: Apple. HEX triplet: 70, AC and 58. RGB value is (112,172,88). Sum of RGB (Red+Green+Blue) = 112+172+88=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AC58 is #8F53A7. Grayscale: #909090. Windows color (decimal): -9393064 or 5811312. OLE color: 5811312.
HSL color Cylindrical-coordinate representation of color #70AC58: hue angle of 102.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70AC58 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 172 | 88 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.33 |
| HSL | 102.86º | 0.34% | 0.51% | - |
| HSV(B) | 102.86º | 0.49% | 0.67% | - |
| XYZ | 23.2 | 33.65 | 14.51 | - |
| YUV | 144.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 88 | 0.35 | 0 | 0.49 | 0.33 | 102.86 | 0.34 | 0.51 |
| Hex | 70 | AC | 58 | 23 | 0 | 31 | 21 | 67 | 22 | 33 |
| Octal | 160 | 254 | 130 | 43 | 0 | 61 | 41 | 147 | 42 | 63 |
| Binary | 1110000 | 10101100 | 1011000 | 100011 | 0 | 110001 | 100001 | 1100111 | 100010 | 110011 |
Color Harmonies of #70AC58
Complementary color
Monochromatic Colors of #70AC58
Black with #70AC58
Text Example
Text Example
White with #70AC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AC58; }
p { color: rgb(112,172,88); }
H1.HeaderClassName
{
color: #70AC58;
}
.AnyTagClassName
{
color: #70AC58;
}
</style>
background-color css
<style>
a { background-color: #70AC58; }
a { background-color: rgb(112,172,88); }
div.DivClassName
{
background-color: #70AC58;
}
.BgClassName
{
background-color: #70AC58;
}
</style>
border-color css
<style>
span { border-color: #70AC58; }
span { border-color: rgb(112,172,88); }
td.TdClassName
{
border-color: #70AC58;
}
.TagClassName
{
border-color: #70AC58;
}
</style>