Html Css Color HEX #70AA3E Apple

📋 copy color: '#70AA3E'

red 112 ◦ green 170 ◦ blue 62

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

Shades of Apple #70AA3E

Tints of Apple #70AA3E

RGB

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

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

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

R = 32.56%
G = 49.42%
B = 18.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#70AA3E (or 0x70AA3E) is known color: Apple. HEX triplet: 70, AA and 3E. RGB value is (112,170,62). Sum of RGB (Red+Green+Blue) = 112+170+62=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AA3E is #8F55C1. Grayscale: #8C8C8C. Windows color (decimal): -9393602 or 4106864. OLE color: 4106864.

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

Color convert

RGB 112 170 62 -
CMYK 0.34 0 0.64 0.33
HSL 92.22º 0.47% 0.45% -
HSV(B) 92.22º 0.64% 0.67% -
XYZ 21.93 32.54 9.68 -
YUV 140.35 83.78 107.78 -
System Red Green Blue C M Y K H S L
Decimal 112 170 62 0.34 0 0.64 0.33 92.22 0.47 0.45
Hex 70 AA 3E 22 0 40 21 5C 2F 2D
Octal 160 252 76 42 0 100 41 134 57 55
Binary 1110000 10101010 111110 100010 0 1000000 100001 1011100 101111 101101

Color Harmonies of #70AA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA3E

Black with #70AA3E

Text Example


Text Example

White with #70AA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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