Html Css Color HEX #70AE57 Apple

📋 copy color: '#70AE57'

red 112 ◦ green 174 ◦ blue 87

#70AE57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #70AE57

Tints of Apple #70AE57

RGB

 RED value IS 112 (44.14% from 255) = 30.03%

 GREEN value IS 174 (68.36% from 255) = 46.65%

 BLUE value IS 87 (34.38% from 255) = 23.32%

R = 30.03%
G = 46.65%
B = 23.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.5

 K value IS 0.32

RGB Variations

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

Color information

#70AE57 (or 0x70AE57) is known color: Apple. HEX triplet: 70, AE and 57. RGB value is (112,174,87). Sum of RGB (Red+Green+Blue) = 112+174+87=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AE57 is #8F51A8. Grayscale: #919191. Windows color (decimal): -9392553 or 5746288. OLE color: 5746288.

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

Color convert

RGB 112 174 87 -
CMYK 0.36 0 0.5 0.32
HSL 102.76º 0.35% 0.51% -
HSV(B) 102.76º 0.5% 0.68% -
XYZ 23.54 34.4 14.42 -
YUV 145.54 94.96 104.07 -
System Red Green Blue C M Y K H S L
Decimal 112 174 87 0.36 0 0.5 0.32 102.76 0.35 0.51
Hex 70 AE 57 24 0 32 20 67 23 33
Octal 160 256 127 44 0 62 40 147 43 63
Binary 1110000 10101110 1010111 100100 0 110010 100000 1100111 100011 110011

Color Harmonies of #70AE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AE57

Black with #70AE57

Text Example


Text Example

White with #70AE57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70AE57;
 }
 .AnyTagClassName
 {
   color: #70AE57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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