Html Css Color HEX #70A251 Asparagus

📋 copy color: '#70A251'

red 112 ◦ green 162 ◦ blue 81

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

Shades of Asparagus #70A251

Tints of Asparagus #70A251

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.63%

 BLUE value IS 81 (32.03% from 255) = 22.82%

R = 31.55%
G = 45.63%
B = 22.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#70A251 (or 0x70A251) is known color: Asparagus. HEX triplet: 70, A2 and 51. RGB value is (112,162,81). Sum of RGB (Red+Green+Blue) = 112+162+81=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #70A251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A251 is #8F5DAE. Grayscale: #8A8A8A. Windows color (decimal): -9395631 or 5350000. OLE color: 5350000.

HSL color Cylindrical-coordinate representation of color #70A251: hue angle of 97.04º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70A251 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 162 81 -
CMYK 0.31 0 0.50 0.36
HSL 97.04º 0.33% 0.48% -
HSV(B) 97.04º 0.5% 0.64% -
XYZ 21.09 29.88 12.44 -
YUV 137.82 95.94 109.59 -
System Red Green Blue C M Y K H S L
Decimal 112 162 81 0.31 0 0.50 0.36 97.04 0.33 0.48
Hex 70 A2 51 1F 0 32 24 61 21 30
Octal 160 242 121 37 0 62 44 141 41 60
Binary 1110000 10100010 1010001 11111 0 110010 100100 1100001 100001 110000

Color Harmonies of #70A251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A251

Black with #70A251

Text Example


Text Example

White with #70A251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,162,81); }

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

background-color css

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

 a { background-color: rgb(112,162,81); }

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

border-color css

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

 span { border-color: rgb(112,162,81); }

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