Html Css Color HEX #01B985 Mountain Meadow

📋 copy color: '#01B985'

red 1 ◦ green 185 ◦ blue 133

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

Shades of Mountain Meadow #01B985

Tints of Mountain Meadow #01B985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 0.31%
G = 57.99%
B = 41.69%

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

#01B985 (or 0x01B985) is known color: Mountain Meadow. HEX triplet: 01, B9 and 85. RGB value is (1,185,133). Sum of RGB (Red+Green+Blue) = 1+185+133=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 185 (72.66% from 255 or 57.99% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 185 - color contains mainly: green. Hex color #01B985 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B985 is #FE467A. Grayscale: #7C7C7C. Windows color (decimal): -16664187 or 8763649. OLE color: 8763649.

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

Color convert

RGB 1 185 133 -
CMYK 0.99 0 0.28 0.27
HSL 163.04º 0.99% 0.36% -
HSV(B) 163.04º 0.99% 0.73% -
XYZ 21.6 36.4 28.08 -
YUV 124.06 133.04 40.23 -
System Red Green Blue C M Y K H S L
Decimal 1 185 133 0.99 0 0.28 0.27 163.04 0.99 0.36
Hex 1 B9 85 63 0 1C 1B A3 63 24
Octal 1 271 205 143 0 34 33 243 143 44
Binary 1 10111001 10000101 1100011 0 11100 11011 10100011 1100011 100100

Color Harmonies of #01B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B985

Black with #01B985

Text Example


Text Example

White with #01B985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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