Html Css Color HEX #70AC34 Sushi

📋 copy color: '#70AC34'

red 112 ◦ green 172 ◦ blue 52

#70AC34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #70AC34

Tints of Sushi #70AC34

RGB

 RED value IS 112 (44.14% from 255) = 33.33%

 GREEN value IS 172 (67.58% from 255) = 51.19%

 BLUE value IS 52 (20.7% from 255) = 15.48%

R = 33.33%
G = 51.19%
B = 15.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#70AC34 (or 0x70AC34) is known color: Sushi. HEX triplet: 70, AC and 34. RGB value is (112,172,52). Sum of RGB (Red+Green+Blue) = 112+172+52=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AC34 is #8F53CB. Grayscale: #8C8C8C. Windows color (decimal): -9393100 or 3452016. OLE color: 3452016.

HSL color Cylindrical-coordinate representation of color #70AC34: hue angle of 90º 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 #70AC34 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 172 52 -
CMYK 0.35 0 0.70 0.33
HSL 90º 0.54% 0.44% -
HSV(B) 90º 0.7% 0.67% -
XYZ 22.05 33.2 8.49 -
YUV 140.38 78.12 107.76 -
System Red Green Blue C M Y K H S L
Decimal 112 172 52 0.35 0 0.70 0.33 90 0.54 0.44
Hex 70 AC 34 23 0 46 21 5A 36 2C
Octal 160 254 64 43 0 106 41 132 66 54
Binary 1110000 10101100 110100 100011 0 1000110 100001 1011010 110110 101100

Color Harmonies of #70AC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AC34

Black with #70AC34

Text Example


Text Example

White with #70AC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70AC34;
 }
 .AnyTagClassName
 {
   color: #70AC34;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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