Html Css Color HEX #70AA40 Apple

📋 copy color: '#70AA40'

red 112 ◦ green 170 ◦ blue 64

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

Shades of Apple #70AA40

Tints of Apple #70AA40

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.13%

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 32.37%
G = 49.13%
B = 18.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#70AA40 (or 0x70AA40) is known color: Apple. HEX triplet: 70, AA and 40. RGB value is (112,170,64). Sum of RGB (Red+Green+Blue) = 112+170+64=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AA40 is #8F55BF. Grayscale: #8C8C8C. Windows color (decimal): -9393600 or 4237936. OLE color: 4237936.

HSL color Cylindrical-coordinate representation of color #70AA40: hue angle of 92.83º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70AA40 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 170 64 -
CMYK 0.34 0 0.62 0.33
HSL 92.83º 0.45% 0.46% -
HSV(B) 92.83º 0.62% 0.67% -
XYZ 21.98 32.56 9.98 -
YUV 140.57 84.78 107.62 -
System Red Green Blue C M Y K H S L
Decimal 112 170 64 0.34 0 0.62 0.33 92.83 0.45 0.46
Hex 70 AA 40 22 0 3E 21 5D 2D 2E
Octal 160 252 100 42 0 76 41 135 55 56
Binary 1110000 10101010 1000000 100010 0 111110 100001 1011101 101101 101110

Color Harmonies of #70AA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA40

Black with #70AA40

Text Example


Text Example

White with #70AA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,170,64); }

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

background-color css

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

 a { background-color: rgb(112,170,64); }

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

border-color css

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

 span { border-color: rgb(112,170,64); }

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