Html Css Color HEX #0CBC8D Mountain Meadow

📋 copy color: '#0CBC8D'

red 12 ◦ green 188 ◦ blue 141

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

Shades of Mountain Meadow #0CBC8D

Tints of Mountain Meadow #0CBC8D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.13%

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 3.52%
G = 55.13%
B = 41.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#0CBC8D (or 0x0CBC8D) is known color: Mountain Meadow. HEX triplet: 0C, BC and 8D. RGB value is (12,188,141). Sum of RGB (Red+Green+Blue) = 12+188+141=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBC8D is #F34372. Grayscale: #828282. Windows color (decimal): -15942515 or 9288716. OLE color: 9288716.

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

Color convert

RGB 12 188 141 -
CMYK 0.94 0 0.25 0.26
HSL 163.98º 0.88% 0.39% -
HSV(B) 163.98º 0.94% 0.74% -
XYZ 22.94 37.97 31.32 -
YUV 130.02 134.19 43.82 -
System Red Green Blue C M Y K H S L
Decimal 12 188 141 0.94 0 0.25 0.26 163.98 0.88 0.39
Hex C BC 8D 5E 0 19 1A A4 58 27
Octal 14 274 215 136 0 31 32 244 130 47
Binary 1100 10111100 10001101 1011110 0 11001 11010 10100100 1011000 100111

Color Harmonies of #0CBC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBC8D

Black with #0CBC8D

Text Example


Text Example

White with #0CBC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,188,141); }

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

background-color css

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

 a { background-color: rgb(12,188,141); }

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

border-color css

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

 span { border-color: rgb(12,188,141); }

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