#0CB67A

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

Shades of Mountain Meadow #0CB67A

Tints of Mountain Meadow #0CB67A

Color information

#0CB67A (or 0x0CB67A) is unknown color: approx Mountain Meadow. HEX triplet: 0C, B6 and 7A. RGB value is (12,182,122). Sum of RGB (Red+Green+Blue) = 12+182+122=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 182 (71.48% from 255 or 57.59% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB67A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB67A is #F34985. Grayscale: #7C7C7C. Windows color (decimal): -15944070 or 8041996. OLE color: 8041996.

HSL color Cylindrical-coordinate representation of color #0CB67A: hue angle of 158.82º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB67A is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB12182122-
CMYK0.9300.330.29
HSL158.82º87.63%38.04%-
HSV(B)158.82º93.41%71.37%-
XYZ20.3934.9424.08-
YUV124.33126.6847.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.80%
GREEN value IS 182 (71.48% from 255) = 57.59%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=3.80%
G=57.59%
B=38.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121821220.9300.330.29158.8287.6338.04
HexCB67A5D0211D9f5826
Octal142661721350413523713046
Binary11001011011011110101011101010000111101100111111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,182,122); }

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

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

 a { background-color: rgb(12,182,122); }

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

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

 span { border-color: rgb(12,182,122); }

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