#0CBE7C

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

Shades of Mountain Meadow #0CBE7C

Tints of Mountain Meadow #0CBE7C

Color information

#0CBE7C (or 0x0CBE7C) is unknown color: approx Mountain Meadow. HEX triplet: 0C, BE and 7C. RGB value is (12,190,124). Sum of RGB (Red+Green+Blue) = 12+190+124=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 190 (74.61% from 255 or 58.28% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBE7C is #F34183. Grayscale: #818181. Windows color (decimal): -15942020 or 8175116. OLE color: 8175116.

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

Color convert

RGB12190124-
CMYK0.9400.350.25
HSL157.75º88.12%39.61%-
HSV(B)157.75º93.68%74.51%-
XYZ22.238.3625.3-
YUV129.25125.0344.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.68%
GREEN value IS 190 (74.61% from 255) = 58.28%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=3.68%
G=58.28%
B=38.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121901240.9400.350.25157.7588.1239.61
HexCBE7C5E023199e5828
Octal142761741360433123613050
Binary11001011111011111001011110010001111001100111101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,190,124); }

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

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

 a { background-color: rgb(12,190,124); }

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

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

 span { border-color: rgb(12,190,124); }

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