Html Css Color HEX #70AC43 Apple

📋 copy color: '#70AC43'

red 112 ◦ green 172 ◦ blue 67

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

Shades of Apple #70AC43

Tints of Apple #70AC43

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49%

 BLUE value IS 67 (26.56% from 255) = 19.09%

R = 31.91%
G = 49%
B = 19.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#70AC43 (or 0x70AC43) is known color: Apple. HEX triplet: 70, AC and 43. RGB value is (112,172,67). Sum of RGB (Red+Green+Blue) = 112+172+67=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AC43 is #8F53BC. Grayscale: #8E8E8E. Windows color (decimal): -9393085 or 4435056. OLE color: 4435056.

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

Color convert

RGB 112 172 67 -
CMYK 0.35 0 0.61 0.33
HSL 94.29º 0.44% 0.47% -
HSV(B) 94.29º 0.61% 0.67% -
XYZ 22.45 33.36 10.57 -
YUV 142.09 85.62 106.54 -
System Red Green Blue C M Y K H S L
Decimal 112 172 67 0.35 0 0.61 0.33 94.29 0.44 0.47
Hex 70 AC 43 23 0 3D 21 5E 2C 2F
Octal 160 254 103 43 0 75 41 136 54 57
Binary 1110000 10101100 1000011 100011 0 111101 100001 1011110 101100 101111

Color Harmonies of #70AC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AC43

Black with #70AC43

Text Example


Text Example

White with #70AC43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,172,67); }

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

background-color css

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

 a { background-color: rgb(112,172,67); }

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

border-color css

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

 span { border-color: rgb(112,172,67); }

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