Html Css Color HEX #70A15A Asparagus

📋 copy color: '#70A15A'

red 112 ◦ green 161 ◦ blue 90

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

Shades of Asparagus #70A15A

Tints of Asparagus #70A15A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.35%

 BLUE value IS 90 (35.55% from 255) = 24.79%

R = 30.85%
G = 44.35%
B = 24.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#70A15A (or 0x70A15A) is known color: Asparagus. HEX triplet: 70, A1 and 5A. RGB value is (112,161,90). Sum of RGB (Red+Green+Blue) = 112+161+90=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #70A15A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A15A is #8F5EA5. Grayscale: #8A8A8A. Windows color (decimal): -9395878 or 5939568. OLE color: 5939568.

HSL color Cylindrical-coordinate representation of color #70A15A: hue angle of 101.41º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70A15A is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 161 90 -
CMYK 0.30 0 0.44 0.37
HSL 101.41º 0.28% 0.49% -
HSV(B) 101.41º 0.44% 0.63% -
XYZ 21.27 29.67 14.28 -
YUV 138.26 100.77 109.27 -
System Red Green Blue C M Y K H S L
Decimal 112 161 90 0.30 0 0.44 0.37 101.41 0.28 0.49
Hex 70 A1 5A 1E 0 2C 25 65 1C 31
Octal 160 241 132 36 0 54 45 145 34 61
Binary 1110000 10100001 1011010 11110 0 101100 100101 1100101 11100 110001

Color Harmonies of #70A15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A15A

Black with #70A15A

Text Example


Text Example

White with #70A15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,161,90); }

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

background-color css

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

 a { background-color: rgb(112,161,90); }

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

border-color css

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

 span { border-color: rgb(112,161,90); }

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