#70AF44

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

Shades of Apple #70AF44

Tints of Apple #70AF44

Color information

#70AF44 (or 0x70AF44) is unknown color: approx Apple. HEX triplet: 70, AF and 44. RGB value is (112,175,68). Sum of RGB (Red+Green+Blue) = 112+175+68=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AF44 is #8F50BB. Grayscale: #909090. Windows color (decimal): -9392316 or 4501360. OLE color: 4501360.

HSL color Cylindrical-coordinate representation of color #70AF44: hue angle of 95.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70AF44 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB11217568-
CMYK0.3600.610.31
HSL95.33º44.03%47.65%-
HSV(B)95.33º61.14%68.63%-
XYZ23.0634.5210.92-
YUV143.9685.13105.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.55%
GREEN value IS 175 (68.75% from 255) = 49.30%
BLUE value IS 68 (26.95% from 255) = 19.15%
R=31.55%
G=49.30%
B=19.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112175680.3600.610.3195.3344.0347.65
Hex70AF442403D1F5f2c30
Octal16025710444075371375460
Binary11100001010111110001001001000111101111111011111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,175,68); }

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

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

 a { background-color: rgb(112,175,68); }

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

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

 span { border-color: rgb(112,175,68); }

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