Html Css Color HEX #01B885 Mountain Meadow

📋 copy color: '#01B885'

red 1 ◦ green 184 ◦ blue 133

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

Shades of Mountain Meadow #01B885

Tints of Mountain Meadow #01B885

RGB

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

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

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

R = 0.31%
G = 57.86%
B = 41.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#01B885 (or 0x01B885) is known color: Mountain Meadow. HEX triplet: 01, B8 and 85. RGB value is (1,184,133). Sum of RGB (Red+Green+Blue) = 1+184+133=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 184 (72.27% from 255 or 57.86% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 184 - color contains mainly: green. Hex color #01B885 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B885 is #FE477A. Grayscale: #7B7B7B. Windows color (decimal): -16664443 or 8763393. OLE color: 8763393.

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

Color convert

RGB 1 184 133 -
CMYK 0.99 0 0.28 0.28
HSL 163.28º 0.99% 0.36% -
HSV(B) 163.28º 0.99% 0.72% -
XYZ 21.39 35.98 28.01 -
YUV 123.47 133.37 40.65 -
System Red Green Blue C M Y K H S L
Decimal 1 184 133 0.99 0 0.28 0.28 163.28 0.99 0.36
Hex 1 B8 85 63 0 1C 1C A3 63 24
Octal 1 270 205 143 0 34 34 243 143 44
Binary 1 10111000 10000101 1100011 0 11100 11100 10100011 1100011 100100

Color Harmonies of #01B885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B885

Black with #01B885

Text Example


Text Example

White with #01B885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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