#70AE50

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

Shades of Apple #70AE50

Tints of Apple #70AE50

Color information

#70AE50 (or 0x70AE50) is unknown color: approx Apple. HEX triplet: 70, AE and 50. RGB value is (112,174,80). Sum of RGB (Red+Green+Blue) = 112+174+80=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 174 (68.36% from 255 or 47.54% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AE50 is #8F51AF. Grayscale: #919191. Windows color (decimal): -9392560 or 5287536. OLE color: 5287536.

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

Color convert

RGB11217480-
CMYK0.3600.540.32
HSL99.57º37.01%49.8%-
HSV(B)99.57º54.02%68.24%-
XYZ23.2734.312.98-
YUV144.7591.46104.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 174 (68.36% from 255) = 47.54%
BLUE value IS 80 (31.64% from 255) = 21.86%
R=30.60%
G=47.54%
B=21.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112174800.3600.540.3299.5737.0149.8
Hex70AE502403620642532
Octal16025612044066401444562
Binary111000010101110101000010010001101101000001100100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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