Html Css Color HEX #70AE53 Apple

📋 copy color: '#70AE53'

red 112 ◦ green 174 ◦ blue 83

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

Shades of Apple #70AE53

Tints of Apple #70AE53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.49%

R = 30.35%
G = 47.15%
B = 22.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#70AE53 (or 0x70AE53) is known color: Apple. HEX triplet: 70, AE and 53. RGB value is (112,174,83). Sum of RGB (Red+Green+Blue) = 112+174+83=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AE53 is #8F51AC. Grayscale: #919191. Windows color (decimal): -9392557 or 5484144. OLE color: 5484144.

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

Color convert

RGB 112 174 83 -
CMYK 0.36 0 0.52 0.32
HSL 100.88º 0.36% 0.5% -
HSV(B) 100.88º 0.52% 0.68% -
XYZ 23.38 34.34 13.58 -
YUV 145.09 92.96 104.4 -
System Red Green Blue C M Y K H S L
Decimal 112 174 83 0.36 0 0.52 0.32 100.88 0.36 0.5
Hex 70 AE 53 24 0 34 20 65 24 32
Octal 160 256 123 44 0 64 40 145 44 62
Binary 1110000 10101110 1010011 100100 0 110100 100000 1100101 100100 110010

Color Harmonies of #70AE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AE53

Black with #70AE53

Text Example


Text Example

White with #70AE53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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