Shades of Apple #70AA58
Tints of Apple #70AA58
RGB
CMYK
RGB Variations
Color information
#70AA58 (or 0x70AA58) is known color: Apple. HEX triplet: 70, AA and 58. RGB value is (112,170,88). Sum of RGB (Red+Green+Blue) = 112+170+88=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AA58 is #8F55A7. Grayscale: #8F8F8F. Windows color (decimal): -9393576 or 5810800. OLE color: 5810800.
HSL color Cylindrical-coordinate representation of color #70AA58: hue angle of 102.44º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70AA58 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 170 | 88 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.33 |
| HSL | 102.44º | 0.33% | 0.51% | - |
| HSV(B) | 102.44º | 0.48% | 0.67% | - |
| XYZ | 22.82 | 32.9 | 14.38 | - |
| YUV | 143.31 | 96.78 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 88 | 0.34 | 0 | 0.48 | 0.33 | 102.44 | 0.33 | 0.51 |
| Hex | 70 | AA | 58 | 22 | 0 | 30 | 21 | 66 | 21 | 33 |
| Octal | 160 | 252 | 130 | 42 | 0 | 60 | 41 | 146 | 41 | 63 |
| Binary | 1110000 | 10101010 | 1011000 | 100010 | 0 | 110000 | 100001 | 1100110 | 100001 | 110011 |
Color Harmonies of #70AA58
Complementary color
Monochromatic Colors of #70AA58
Black with #70AA58
Text Example
Text Example
White with #70AA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AA58; }
p { color: rgb(112,170,88); }
H1.HeaderClassName
{
color: #70AA58;
}
.AnyTagClassName
{
color: #70AA58;
}
</style>
background-color css
<style>
a { background-color: #70AA58; }
a { background-color: rgb(112,170,88); }
div.DivClassName
{
background-color: #70AA58;
}
.BgClassName
{
background-color: #70AA58;
}
</style>
border-color css
<style>
span { border-color: #70AA58; }
span { border-color: rgb(112,170,88); }
td.TdClassName
{
border-color: #70AA58;
}
.TagClassName
{
border-color: #70AA58;
}
</style>