#70D12C

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

Shades of Apple #70D12C

Tints of Apple #70D12C

Color information

#70D12C (or 0x70D12C) is unknown color: approx Apple. HEX triplet: 70, D1 and 2C. RGB value is (112,209,44). Sum of RGB (Red+Green+Blue) = 112+209+44=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 209 (82.03% from 255 or 57.26% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 209 - color contains mainly: green. Hex color #70D12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D12C is #8F2ED3. Grayscale: #A1A1A1. Windows color (decimal): -9383636 or 2937200. OLE color: 2937200.

HSL color Cylindrical-coordinate representation of color #70D12C: hue angle of 95.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70D12C is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB11220944-
CMYK0.4600.790.18
HSL95.27º65.22%49.61%-
HSV(B)95.27º78.95%81.96%-
XYZ29.9449.2310.31-
YUV161.1961.8692.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 209 (82.03% from 255) = 57.26%
BLUE value IS 44 (17.58% from 255) = 12.05%
R=30.68%
G=57.26%
B=12.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal112209440.4600.790.1895.2765.2249.61
Hex70D12C2E04F125f4132
Octal160321545601172213710162
Binary111000011010001101100101110010011111001010111111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,209,44); }

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

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

 a { background-color: rgb(112,209,44); }

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

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

 span { border-color: rgb(112,209,44); }

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