#0BC47A

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

Shades of Mountain Meadow #0BC47A

Tints of Mountain Meadow #0BC47A

Color information

#0BC47A (or 0x0BC47A) is unknown color: approx Mountain Meadow. HEX triplet: 0B, C4 and 7A. RGB value is (11,196,122). Sum of RGB (Red+Green+Blue) = 11+196+122=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 196 (76.95% from 255 or 59.57% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 196 - color contains mainly: green. Hex color #0BC47A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC47A is #F43B85. Grayscale: #848484. Windows color (decimal): -16006022 or 8045579. OLE color: 8045579.

HSL color Cylindrical-coordinate representation of color #0BC47A: hue angle of 156º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC47A is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB11196122-
CMYK0.9400.380.23
HSL156º89.37%40.59%-
HSV(B)156º94.39%76.86%-
XYZ23.3940.9625.08-
YUV132.25122.2141.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.34%
GREEN value IS 196 (76.95% from 255) = 59.57%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=3.34%
G=59.57%
B=37.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal111961220.9400.380.2315689.3740.59
HexBC47A5E026179c5929
Octal133041721360462723413151
Binary10111100010011110101011110010011010111100111001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,196,122); }

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

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

 a { background-color: rgb(11,196,122); }

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

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

 span { border-color: rgb(11,196,122); }

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