Html Css Color HEX #70AE3C Apple

📋 copy color: '#70AE3C'

red 112 ◦ green 174 ◦ blue 60

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

Shades of Apple #70AE3C

Tints of Apple #70AE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.34%

R = 32.37%
G = 50.29%
B = 17.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#70AE3C (or 0x70AE3C) is known color: Apple. HEX triplet: 70, AE and 3C. RGB value is (112,174,60). Sum of RGB (Red+Green+Blue) = 112+174+60=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AE3C is #8F51C3. Grayscale: #8E8E8E. Windows color (decimal): -9392580 or 3976816. OLE color: 3976816.

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

Color convert

RGB 112 174 60 -
CMYK 0.36 0 0.66 0.32
HSL 92.63º 0.49% 0.46% -
HSV(B) 92.63º 0.66% 0.68% -
XYZ 22.63 34.04 9.65 -
YUV 142.47 81.46 106.27 -
System Red Green Blue C M Y K H S L
Decimal 112 174 60 0.36 0 0.66 0.32 92.63 0.49 0.46
Hex 70 AE 3C 24 0 42 20 5D 31 2E
Octal 160 256 74 44 0 102 40 135 61 56
Binary 1110000 10101110 111100 100100 0 1000010 100000 1011101 110001 101110

Color Harmonies of #70AE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AE3C

Black with #70AE3C

Text Example


Text Example

White with #70AE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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