#70B43A

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

Shades of Apple #70B43A

Tints of Apple #70B43A

Color information

#70B43A (or 0x70B43A) is unknown color: approx Apple. HEX triplet: 70, B4 and 3A. RGB value is (112,180,58). Sum of RGB (Red+Green+Blue) = 112+180+58=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #70B43A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B43A is #8F4BC5. Grayscale: #929292. Windows color (decimal): -9391046 or 3847280. OLE color: 3847280.

HSL color Cylindrical-coordinate representation of color #70B43A: hue angle of 93.44º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70B43A is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB11218058-
CMYK0.3800.680.29
HSL93.44º51.26%46.67%-
HSV(B)93.44º67.78%70.59%-
XYZ23.7736.399.77-
YUV145.7678.47103.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 180 (70.70% from 255) = 51.43%
BLUE value IS 58 (23.05% from 255) = 16.57%
R=32%
G=51.43%
B=16.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112180580.3800.680.2993.4451.2646.67
Hex70B43A260441D5d332f
Octal16026472460104351356357
Binary11100001011010011101010011001000100111011011101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,180,58); }

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

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

 a { background-color: rgb(112,180,58); }

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

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

 span { border-color: rgb(112,180,58); }

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