#70C44A

Color #70C44A Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #70C44A

Tints of Apple #70C44A

Color information

#70C44A (or 0x70C44A) is unknown color: approx Apple. HEX triplet: 70, C4 and 4A. RGB value is (112,196,74). Sum of RGB (Red+Green+Blue) = 112+196+74=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #70C44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C44A is #8F3BB5. Grayscale: #9D9D9D. Windows color (decimal): -9386934 or 4899952. OLE color: 4899952.

HSL color Cylindrical-coordinate representation of color #70C44A: hue angle of 101.31º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70C44A is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB11219674-
CMYK0.4300.620.23
HSL101.31º50.83%52.94%-
HSV(B)101.31º62.24%76.86%-
XYZ27.6643.4213.4-
YUV156.9881.1795.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 196 (76.95% from 255) = 51.31%
BLUE value IS 74 (29.30% from 255) = 19.37%
R=29.32%
G=51.31%
B=19.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal112196740.4300.620.23101.3150.8352.94
Hex70C44A2B03E17653335
Octal16030411253076271456365
Binary11100001100010010010101010110111110101111100101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,196,74); }

 H1.HeaderClassName
 {
   color: #70C44A;
 }
 .AnyTagClassName
 {
   color: #70C44A;
 }
</style>
background-color css

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

 a { background-color: rgb(112,196,74); }

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

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

 span { border-color: rgb(112,196,74); }

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