#70AC33

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

Shades of Lima #70AC33

Tints of Lima #70AC33

Color information

#70AC33 (or 0x70AC33) is unknown color: approx Lima. HEX triplet: 70, AC and 33. RGB value is (112,172,51). Sum of RGB (Red+Green+Blue) = 112+172+51=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AC33 is #8F53CC. Grayscale: #8C8C8C. Windows color (decimal): -9393101 or 3386480. OLE color: 3386480.

HSL color Cylindrical-coordinate representation of color #70AC33: hue angle of 89.75º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70AC33 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB11217251-
CMYK0.3500.700.33
HSL89.75º54.26%43.73%-
HSV(B)89.75º70.35%67.45%-
XYZ22.0333.198.38-
YUV140.2777.62107.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 172 (67.58% from 255) = 51.34%
BLUE value IS 51 (20.31% from 255) = 15.22%
R=33.43%
G=51.34%
B=15.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112172510.3500.700.3389.7554.2643.73
Hex70AC3323046215a362c
Octal16025463430106411326654
Binary111000010101100110011100011010001101000011011010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,172,51); }

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

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

 a { background-color: rgb(112,172,51); }

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

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

 span { border-color: rgb(112,172,51); }

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