#70C948

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

Shades of Apple #70C948

Tints of Apple #70C948

Color information

#70C948 (or 0x70C948) is unknown color: approx Apple. HEX triplet: 70, C9 and 48. RGB value is (112,201,72). Sum of RGB (Red+Green+Blue) = 112+201+72=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #70C948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C948 is #8F36B7. Grayscale: #A0A0A0. Windows color (decimal): -9385656 or 4770160. OLE color: 4770160.

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

Color convert

RGB11220172-
CMYK0.4400.640.21
HSL101.4º54.43%53.53%-
HSV(B)101.4º64.18%78.82%-
XYZ28.7445.6913.43-
YUV159.6878.5193.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 201 (78.91% from 255) = 52.21%
BLUE value IS 72 (28.52% from 255) = 18.70%
R=29.09%
G=52.21%
B=18.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112201720.4400.640.21101.454.4353.53
Hex70C9482C04015653636
Octal160311110540100251456666
Binary111000011001001100100010110001000000101011100101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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