Html Css Color HEX #20B870 Mountain Meadow

📋 copy color: '#20B870'

red 32 ◦ green 184 ◦ blue 112

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

Shades of Mountain Meadow #20B870

Tints of Mountain Meadow #20B870

RGB

 RED value IS 32 (12.89% from 255) = 9.76%

 GREEN value IS 184 (72.27% from 255) = 56.1%

 BLUE value IS 112 (44.14% from 255) = 34.15%

R = 9.76%
G = 56.1%
B = 34.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#20B870 (or 0x20B870) is known color: Mountain Meadow. HEX triplet: 20, B8 and 70. RGB value is (32,184,112). Sum of RGB (Red+Green+Blue) = 32+184+112=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 184 (72.27% from 255 or 56.10% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 184 - color contains mainly: green. Hex color #20B870 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B870 is #DF478F. Grayscale: #828282. Windows color (decimal): -14632848 or 7387168. OLE color: 7387168.

HSL color Cylindrical-coordinate representation of color #20B870: hue angle of 151.58º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B870 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 32 184 112 -
CMYK 0.83 0 0.39 0.28
HSL 151.58º 0.7% 0.42% -
HSV(B) 151.58º 0.83% 0.72% -
XYZ 20.66 35.76 21.14 -
YUV 130.34 117.64 57.85 -
System Red Green Blue C M Y K H S L
Decimal 32 184 112 0.83 0 0.39 0.28 151.58 0.7 0.42
Hex 20 B8 70 53 0 27 1C 98 46 2A
Octal 40 270 160 123 0 47 34 230 106 52
Binary 100000 10111000 1110000 1010011 0 100111 11100 10011000 1000110 101010

Color Harmonies of #20B870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B870

Black with #20B870

Text Example


Text Example

White with #20B870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20B870; }

 p { color: rgb(32,184,112); }

 H1.HeaderClassName
 {
   color: #20B870;
 }
 .AnyTagClassName
 {
   color: #20B870;
 }
</style>

background-color css

<style>
 a { background-color: #20B870; }

 a { background-color: rgb(32,184,112); }

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

border-color css

<style>
 span { border-color: #20B870; }

 span { border-color: rgb(32,184,112); }

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