Html Css Color HEX #70AE5E Apple

📋 copy color: '#70AE5E'

red 112 ◦ green 174 ◦ blue 94

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

Shades of Apple #70AE5E

Tints of Apple #70AE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 29.47%
G = 45.79%
B = 24.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#70AE5E (or 0x70AE5E) is known color: Apple. HEX triplet: 70, AE and 5E. RGB value is (112,174,94). Sum of RGB (Red+Green+Blue) = 112+174+94=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AE5E is #8F51A1. Grayscale: #929292. Windows color (decimal): -9392546 or 6205040. OLE color: 6205040.

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

Color convert

RGB 112 174 94 -
CMYK 0.36 0 0.46 0.32
HSL 106.5º 0.33% 0.53% -
HSV(B) 106.5º 0.46% 0.68% -
XYZ 23.84 34.53 16 -
YUV 146.34 98.46 103.5 -
System Red Green Blue C M Y K H S L
Decimal 112 174 94 0.36 0 0.46 0.32 106.5 0.33 0.53
Hex 70 AE 5E 24 0 2E 20 6A 21 35
Octal 160 256 136 44 0 56 40 152 41 65
Binary 1110000 10101110 1011110 100100 0 101110 100000 1101010 100001 110101

Color Harmonies of #70AE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AE5E

Black with #70AE5E

Text Example


Text Example

White with #70AE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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