#70C945

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

Shades of Apple #70C945

Tints of Apple #70C945

Color information

#70C945 (or 0x70C945) is unknown color: approx Apple. HEX triplet: 70, C9 and 45. RGB value is (112,201,69). Sum of RGB (Red+Green+Blue) = 112+201+69=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #70C945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C945 is #8F36BA. Grayscale: #9F9F9F. Windows color (decimal): -9385659 or 4573552. OLE color: 4573552.

HSL color Cylindrical-coordinate representation of color #70C945: hue angle of 100.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70C945 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB11220169-
CMYK0.4400.660.21
HSL100.45º55%52.94%-
HSV(B)100.45º65.67%78.82%-
XYZ28.6445.6512.93-
YUV159.3477.0194.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 201 (78.91% from 255) = 52.62%
BLUE value IS 69 (27.34% from 255) = 18.06%
R=29.32%
G=52.62%
B=18.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112201690.4400.660.21100.455552.94
Hex70C9452C04215643735
Octal160311105540102251446765
Binary111000011001001100010110110001000010101011100100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,201,69); }

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

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

 a { background-color: rgb(112,201,69); }

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

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

 span { border-color: rgb(112,201,69); }

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