Html Css Color HEX #01B880 Mountain Meadow

📋 copy color: '#01B880'

red 1 ◦ green 184 ◦ blue 128

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

Shades of Mountain Meadow #01B880

Tints of Mountain Meadow #01B880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 0.32%
G = 58.79%
B = 40.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#01B880 (or 0x01B880) is known color: Mountain Meadow. HEX triplet: 01, B8 and 80. RGB value is (1,184,128). Sum of RGB (Red+Green+Blue) = 1+184+128=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 184 (72.27% from 255 or 58.79% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 184 - color contains mainly: green. Hex color #01B880 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B880 is #FE477F. Grayscale: #7A7A7A. Windows color (decimal): -16664448 or 8435713. OLE color: 8435713.

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

Color convert

RGB 1 184 128 -
CMYK 0.99 0 0.30 0.28
HSL 161.64º 0.99% 0.36% -
HSV(B) 161.64º 0.99% 0.72% -
XYZ 21.05 35.85 26.23 -
YUV 122.9 130.87 41.05 -
System Red Green Blue C M Y K H S L
Decimal 1 184 128 0.99 0 0.30 0.28 161.64 0.99 0.36
Hex 1 B8 80 63 0 1E 1C A2 63 24
Octal 1 270 200 143 0 36 34 242 143 44
Binary 1 10111000 10000000 1100011 0 11110 11100 10100010 1100011 100100

Color Harmonies of #01B880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B880

Black with #01B880

Text Example


Text Example

White with #01B880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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