Html Css Color HEX #0CB785 Mountain Meadow

📋 copy color: '#0CB785'

red 12 ◦ green 183 ◦ blue 133

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

Shades of Mountain Meadow #0CB785

Tints of Mountain Meadow #0CB785

RGB

 RED value IS 12 (5.08% from 255) = 3.66%

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

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 3.66%
G = 55.79%
B = 40.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#0CB785 (or 0x0CB785) is known color: Mountain Meadow. HEX triplet: 0C, B7 and 85. RGB value is (12,183,133). Sum of RGB (Red+Green+Blue) = 12+183+133=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB785 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB785 is #F3487A. Grayscale: #7E7E7E. Windows color (decimal): -15943803 or 8763148. OLE color: 8763148.

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

Color convert

RGB 12 183 133 -
CMYK 0.93 0 0.27 0.28
HSL 162.46º 0.88% 0.38% -
HSV(B) 162.46º 0.93% 0.72% -
XYZ 21.32 35.64 27.95 -
YUV 126.17 131.85 46.57 -
System Red Green Blue C M Y K H S L
Decimal 12 183 133 0.93 0 0.27 0.28 162.46 0.88 0.38
Hex C B7 85 5D 0 1B 1C A2 58 26
Octal 14 267 205 135 0 33 34 242 130 46
Binary 1100 10110111 10000101 1011101 0 11011 11100 10100010 1011000 100110

Color Harmonies of #0CB785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB785

Black with #0CB785

Text Example


Text Example

White with #0CB785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,183,133); }

 H1.HeaderClassName
 {
   color: #0CB785;
 }
 .AnyTagClassName
 {
   color: #0CB785;
 }
</style>

background-color css

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

 a { background-color: rgb(12,183,133); }

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

border-color css

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

 span { border-color: rgb(12,183,133); }

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