Html Css Color HEX #01B782 Mountain Meadow

📋 copy color: '#01B782'

red 1 ◦ green 183 ◦ blue 130

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

Shades of Mountain Meadow #01B782

Tints of Mountain Meadow #01B782

RGB

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

 GREEN value IS 183 (71.88% from 255) = 58.28%

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 0.32%
G = 58.28%
B = 41.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#01B782 (or 0x01B782) is known color: Mountain Meadow. HEX triplet: 01, B7 and 82. RGB value is (1,183,130). Sum of RGB (Red+Green+Blue) = 1+183+130=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #01B782 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B782 is #FE487D. Grayscale: #7A7A7A. Windows color (decimal): -16664702 or 8566529. OLE color: 8566529.

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

Color convert

RGB 1 183 130 -
CMYK 0.99 0 0.29 0.28
HSL 162.53º 0.99% 0.36% -
HSV(B) 162.53º 0.99% 0.72% -
XYZ 20.98 35.49 26.86 -
YUV 122.54 132.2 41.31 -
System Red Green Blue C M Y K H S L
Decimal 1 183 130 0.99 0 0.29 0.28 162.53 0.99 0.36
Hex 1 B7 82 63 0 1D 1C A3 63 24
Octal 1 267 202 143 0 35 34 243 143 44
Binary 1 10110111 10000010 1100011 0 11101 11100 10100011 1100011 100100

Color Harmonies of #01B782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B782

Black with #01B782

Text Example


Text Example

White with #01B782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,183,130); }

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

background-color css

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

 a { background-color: rgb(1,183,130); }

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

border-color css

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

 span { border-color: rgb(1,183,130); }

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