Html Css Color HEX #70AC52 Apple

📋 copy color: '#70AC52'

red 112 ◦ green 172 ◦ blue 82

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

Shades of Apple #70AC52

Tints of Apple #70AC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.4%

R = 30.6%
G = 46.99%
B = 22.4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#70AC52 (or 0x70AC52) is known color: Apple. HEX triplet: 70, AC and 52. RGB value is (112,172,82). Sum of RGB (Red+Green+Blue) = 112+172+82=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AC52 is #8F53AD. Grayscale: #909090. Windows color (decimal): -9393070 or 5418096. OLE color: 5418096.

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

Color convert

RGB 112 172 82 -
CMYK 0.35 0 0.52 0.33
HSL 100º 0.35% 0.5% -
HSV(B) 100º 0.52% 0.67% -
XYZ 22.96 33.56 13.25 -
YUV 143.8 93.12 105.32 -
System Red Green Blue C M Y K H S L
Decimal 112 172 82 0.35 0 0.52 0.33 100 0.35 0.5
Hex 70 AC 52 23 0 34 21 64 23 32
Octal 160 254 122 43 0 64 41 144 43 62
Binary 1110000 10101100 1010010 100011 0 110100 100001 1100100 100011 110010

Color Harmonies of #70AC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AC52

Black with #70AC52

Text Example


Text Example

White with #70AC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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