Shades of Apple #70AC3C
Tints of Apple #70AC3C
RGB
CMYK
RGB Variations
Color information
#70AC3C (or 0x70AC3C) is known color: Apple. HEX triplet: 70, AC and 3C. RGB value is (112,172,60). Sum of RGB (Red+Green+Blue) = 112+172+60=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AC3C is #8F53C3. Grayscale: #8D8D8D. Windows color (decimal): -9393092 or 3976304. OLE color: 3976304.
HSL color Cylindrical-coordinate representation of color #70AC3C: hue angle of 92.14º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70AC3C is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 172 | 60 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.33 |
| HSL | 92.14º | 0.48% | 0.45% | - |
| HSV(B) | 92.14º | 0.65% | 0.67% | - |
| XYZ | 22.25 | 33.28 | 9.53 | - |
| YUV | 141.29 | 82.12 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 60 | 0.35 | 0 | 0.65 | 0.33 | 92.14 | 0.48 | 0.45 |
| Hex | 70 | AC | 3C | 23 | 0 | 41 | 21 | 5C | 30 | 2D |
| Octal | 160 | 254 | 74 | 43 | 0 | 101 | 41 | 134 | 60 | 55 |
| Binary | 1110000 | 10101100 | 111100 | 100011 | 0 | 1000001 | 100001 | 1011100 | 110000 | 101101 |
Color Harmonies of #70AC3C
Complementary color
Monochromatic Colors of #70AC3C
Black with #70AC3C
Text Example
Text Example
White with #70AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AC3C; }
p { color: rgb(112,172,60); }
H1.HeaderClassName
{
color: #70AC3C;
}
.AnyTagClassName
{
color: #70AC3C;
}
</style>
background-color css
<style>
a { background-color: #70AC3C; }
a { background-color: rgb(112,172,60); }
div.DivClassName
{
background-color: #70AC3C;
}
.BgClassName
{
background-color: #70AC3C;
}
</style>
border-color css
<style>
span { border-color: #70AC3C; }
span { border-color: rgb(112,172,60); }
td.TdClassName
{
border-color: #70AC3C;
}
.TagClassName
{
border-color: #70AC3C;
}
</style>