#70AC38

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

Shades of Sushi #70AC38

Tints of Sushi #70AC38

Color information

#70AC38 (or 0x70AC38) is unknown color: approx Sushi. HEX triplet: 70, AC and 38. RGB value is (112,172,56). Sum of RGB (Red+Green+Blue) = 112+172+56=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AC38 is #8F53C7. Grayscale: #8D8D8D. Windows color (decimal): -9393096 or 3714160. OLE color: 3714160.

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

Color convert

RGB11217256-
CMYK0.3500.670.33
HSL91.03º50.88%44.71%-
HSV(B)91.03º67.44%67.45%-
XYZ22.1533.248.99-
YUV140.8480.12107.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.94%
GREEN value IS 172 (67.58% from 255) = 50.59%
BLUE value IS 56 (22.27% from 255) = 16.47%
R=32.94%
G=50.59%
B=16.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112172560.3500.670.3391.0350.8844.71
Hex70AC3823043215b332d
Octal16025470430103411336355
Binary111000010101100111000100011010000111000011011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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