#70AE5D

Color #70AE5D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #70AE5D

Tints of Apple #70AE5D

Color information

#70AE5D (or 0x70AE5D) is unknown color: approx Apple. HEX triplet: 70, AE and 5D. RGB value is (112,174,93). Sum of RGB (Red+Green+Blue) = 112+174+93=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AE5D is #8F51A2. Grayscale: #929292. Windows color (decimal): -9392547 or 6139504. OLE color: 6139504.

HSL color Cylindrical-coordinate representation of color #70AE5D: hue angle of 105.93º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70AE5D is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB11217493-
CMYK0.3600.470.32
HSL105.93º33.33%52.35%-
HSV(B)105.93º46.55%68.24%-
XYZ23.7934.5115.76-
YUV146.2397.96103.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 174 (68.36% from 255) = 45.91%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=29.55%
G=45.91%
B=24.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112174930.3600.470.32105.9333.3352.35
Hex70AE5D2402F206a2134
Octal16025613544057401524164
Binary111000010101110101110110010001011111000001101010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70AE5D; }

 p { color: rgb(112,174,93); }

 H1.HeaderClassName
 {
   color: #70AE5D;
 }
 .AnyTagClassName
 {
   color: #70AE5D;
 }
</style>
background-color css

<style>
 a { background-color: #70AE5D; }

 a { background-color: rgb(112,174,93); }

 div.DivClassName
 {
   background-color: #70AE5D;
 }
 .BgClassName
 {
   background-color: #70AE5D;
 }
</style>
border-color css

<style>
 span { border-color: #70AE5D; }

 span { border-color: rgb(112,174,93); }

 td.TdClassName
 {
   border-color: #70AE5D;
 }
 .TagClassName
 {
   border-color: #70AE5D;
 }
</style>