#0BC37F

Color #0BC37F Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0BC37F

Tints of Mountain Meadow #0BC37F

Color information

#0BC37F (or 0x0BC37F) is unknown color: approx Mountain Meadow. HEX triplet: 0B, C3 and 7F. RGB value is (11,195,127). Sum of RGB (Red+Green+Blue) = 11+195+127=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC37F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC37F is #F43C80. Grayscale: #848484. Windows color (decimal): -16006273 or 8373003. OLE color: 8373003.

HSL color Cylindrical-coordinate representation of color #0BC37F: hue angle of 157.83º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC37F is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB11195127-
CMYK0.9400.350.24
HSL157.83º89.32%40.39%-
HSV(B)157.83º94.36%76.47%-
XYZ23.4840.6326.68-
YUV132.23125.0441.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.30%
GREEN value IS 195 (76.56% from 255) = 58.56%
BLUE value IS 127 (50% from 255) = 38.14%
R=3.30%
G=58.56%
B=38.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal111951270.9400.350.24157.8389.3240.39
HexBC37F5E023189e5928
Octal133031771360433023613150
Binary10111100001111111111011110010001111000100111101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BC37F; }

 p { color: rgb(11,195,127); }

 H1.HeaderClassName
 {
   color: #0BC37F;
 }
 .AnyTagClassName
 {
   color: #0BC37F;
 }
</style>
background-color css

<style>
 a { background-color: #0BC37F; }

 a { background-color: rgb(11,195,127); }

 div.DivClassName
 {
   background-color: #0BC37F;
 }
 .BgClassName
 {
   background-color: #0BC37F;
 }
</style>
border-color css

<style>
 span { border-color: #0BC37F; }

 span { border-color: rgb(11,195,127); }

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