Html Css Color HEX #0CB784 Mountain Meadow

📋 copy color: '#0CB784'

red 12 ◦ green 183 ◦ blue 132

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

Shades of Mountain Meadow #0CB784

Tints of Mountain Meadow #0CB784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.37%

R = 3.67%
G = 55.96%
B = 40.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#0CB784 (or 0x0CB784) is known color: Mountain Meadow. HEX triplet: 0C, B7 and 84. RGB value is (12,183,132). Sum of RGB (Red+Green+Blue) = 12+183+132=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 183 (71.88% from 255 or 55.96% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB784 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB784 is #F3487B. Grayscale: #7E7E7E. Windows color (decimal): -15943804 or 8697612. OLE color: 8697612.

HSL color Cylindrical-coordinate representation of color #0CB784: hue angle of 162.11º 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 #0CB784 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 183 132 -
CMYK 0.93 0 0.28 0.28
HSL 162.11º 0.88% 0.38% -
HSV(B) 162.11º 0.93% 0.72% -
XYZ 21.25 35.61 27.58 -
YUV 126.06 131.35 46.65 -
System Red Green Blue C M Y K H S L
Decimal 12 183 132 0.93 0 0.28 0.28 162.11 0.88 0.38
Hex C B7 84 5D 0 1C 1C A2 58 26
Octal 14 267 204 135 0 34 34 242 130 46
Binary 1100 10110111 10000100 1011101 0 11100 11100 10100010 1011000 100110

Color Harmonies of #0CB784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB784

Black with #0CB784

Text Example


Text Example

White with #0CB784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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