Html Css Color HEX #01B981 Mountain Meadow

📋 copy color: '#01B981'

red 1 ◦ green 185 ◦ blue 129

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

Shades of Mountain Meadow #01B981

Tints of Mountain Meadow #01B981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.95%

R = 0.32%
G = 58.73%
B = 40.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#01B981 (or 0x01B981) is known color: Mountain Meadow. HEX triplet: 01, B9 and 81. RGB value is (1,185,129). Sum of RGB (Red+Green+Blue) = 1+185+129=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 185 (72.66% from 255 or 58.73% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 185 - color contains mainly: green. Hex color #01B981 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B981 is #FE467E. Grayscale: #7B7B7B. Windows color (decimal): -16664191 or 8501505. OLE color: 8501505.

HSL color Cylindrical-coordinate representation of color #01B981: hue angle of 161.74º 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 #01B981 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 185 129 -
CMYK 0.99 0 0.30 0.27
HSL 161.74º 0.99% 0.36% -
HSV(B) 161.74º 0.99% 0.73% -
XYZ 21.32 36.29 26.65 -
YUV 123.6 131.04 40.55 -
System Red Green Blue C M Y K H S L
Decimal 1 185 129 0.99 0 0.30 0.27 161.74 0.99 0.36
Hex 1 B9 81 63 0 1E 1B A2 63 24
Octal 1 271 201 143 0 36 33 242 143 44
Binary 1 10111001 10000001 1100011 0 11110 11011 10100010 1100011 100100

Color Harmonies of #01B981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B981

Black with #01B981

Text Example


Text Example

White with #01B981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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