Html Css Color HEX #70A853 Asparagus

📋 copy color: '#70A853'

red 112 ◦ green 168 ◦ blue 83

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

Shades of Asparagus #70A853

Tints of Asparagus #70A853

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.28%

 BLUE value IS 83 (32.81% from 255) = 22.87%

R = 30.85%
G = 46.28%
B = 22.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#70A853 (or 0x70A853) is known color: Asparagus. HEX triplet: 70, A8 and 53. RGB value is (112,168,83). Sum of RGB (Red+Green+Blue) = 112+168+83=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #70A853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A853 is #8F57AC. Grayscale: #8D8D8D. Windows color (decimal): -9394093 or 5482608. OLE color: 5482608.

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

Color convert

RGB 112 168 83 -
CMYK 0.33 0 0.51 0.34
HSL 99.53º 0.34% 0.49% -
HSV(B) 99.53º 0.51% 0.66% -
XYZ 22.25 32.07 13.2 -
YUV 141.57 94.95 106.91 -
System Red Green Blue C M Y K H S L
Decimal 112 168 83 0.33 0 0.51 0.34 99.53 0.34 0.49
Hex 70 A8 53 21 0 33 22 64 22 31
Octal 160 250 123 41 0 63 42 144 42 61
Binary 1110000 10101000 1010011 100001 0 110011 100010 1100100 100010 110001

Color Harmonies of #70A853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A853

Black with #70A853

Text Example


Text Example

White with #70A853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,168,83); }

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

background-color css

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

 a { background-color: rgb(112,168,83); }

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

border-color css

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

 span { border-color: rgb(112,168,83); }

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