Html Css Color HEX #01B986 Mountain Meadow

📋 copy color: '#01B986'

red 1 ◦ green 185 ◦ blue 134

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

Shades of Mountain Meadow #01B986

Tints of Mountain Meadow #01B986

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

 GREEN value IS 185 (72.66% from 255) = 57.81%

 BLUE value IS 134 (52.73% from 255) = 41.88%

R = 0.31%
G = 57.81%
B = 41.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#01B986 (or 0x01B986) is known color: Mountain Meadow. HEX triplet: 01, B9 and 86. RGB value is (1,185,134). Sum of RGB (Red+Green+Blue) = 1+185+134=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 185 (72.66% from 255 or 57.81% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 185 - color contains mainly: green. Hex color #01B986 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B986 is #FE4679. Grayscale: #7C7C7C. Windows color (decimal): -16664186 or 8829185. OLE color: 8829185.

HSL color Cylindrical-coordinate representation of color #01B986: hue angle of 163.37º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B986 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 185 134 -
CMYK 0.99 0 0.28 0.27
HSL 163.37º 0.99% 0.36% -
HSV(B) 163.37º 0.99% 0.73% -
XYZ 21.66 36.43 28.44 -
YUV 124.17 133.54 40.15 -
System Red Green Blue C M Y K H S L
Decimal 1 185 134 0.99 0 0.28 0.27 163.37 0.99 0.36
Hex 1 B9 86 63 0 1C 1B A3 63 24
Octal 1 271 206 143 0 34 33 243 143 44
Binary 1 10111001 10000110 1100011 0 11100 11011 10100011 1100011 100100

Color Harmonies of #01B986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B986

Black with #01B986

Text Example


Text Example

White with #01B986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B986; }

 p { color: rgb(1,185,134); }

 H1.HeaderClassName
 {
   color: #01B986;
 }
 .AnyTagClassName
 {
   color: #01B986;
 }
</style>

background-color css

<style>
 a { background-color: #01B986; }

 a { background-color: rgb(1,185,134); }

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

border-color css

<style>
 span { border-color: #01B986; }

 span { border-color: rgb(1,185,134); }

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