#70AF38

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

Shades of Apple #70AF38

Tints of Apple #70AF38

Color information

#70AF38 (or 0x70AF38) is unknown color: approx Apple. HEX triplet: 70, AF and 38. RGB value is (112,175,56). Sum of RGB (Red+Green+Blue) = 112+175+56=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AF38 is #8F50C7. Grayscale: #8F8F8F. Windows color (decimal): -9392328 or 3714928. OLE color: 3714928.

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

Color convert

RGB11217556-
CMYK0.3600.680.31
HSL91.76º51.52%45.29%-
HSV(B)91.76º68%68.63%-
XYZ22.7334.399.18-
YUV142.679.13106.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 175 (68.75% from 255) = 51.02%
BLUE value IS 56 (22.27% from 255) = 16.33%
R=32.65%
G=51.02%
B=16.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112175560.3600.680.3191.7651.5245.29
Hex70AF38240441F5c342d
Octal16025770440104371346455
Binary11100001010111111100010010001000100111111011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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