Html Css Color HEX #70AE3E Apple

📋 copy color: '#70AE3E'

red 112 ◦ green 174 ◦ blue 62

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

Shades of Apple #70AE3E

Tints of Apple #70AE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.82%

R = 32.18%
G = 50%
B = 17.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#70AE3E (or 0x70AE3E) is known color: Apple. HEX triplet: 70, AE and 3E. RGB value is (112,174,62). Sum of RGB (Red+Green+Blue) = 112+174+62=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AE3E is #8F51C1. Grayscale: #8F8F8F. Windows color (decimal): -9392578 or 4107888. OLE color: 4107888.

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

Color convert

RGB 112 174 62 -
CMYK 0.36 0 0.64 0.32
HSL 93.21º 0.47% 0.46% -
HSV(B) 93.21º 0.64% 0.68% -
XYZ 22.69 34.06 9.94 -
YUV 142.69 82.46 106.11 -
System Red Green Blue C M Y K H S L
Decimal 112 174 62 0.36 0 0.64 0.32 93.21 0.47 0.46
Hex 70 AE 3E 24 0 40 20 5D 2F 2E
Octal 160 256 76 44 0 100 40 135 57 56
Binary 1110000 10101110 111110 100100 0 1000000 100000 1011101 101111 101110

Color Harmonies of #70AE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AE3E

Black with #70AE3E

Text Example


Text Example

White with #70AE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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