Html Css Color HEX #0CB87D Mountain Meadow

📋 copy color: '#0CB87D'

red 12 ◦ green 184 ◦ blue 125

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

Shades of Mountain Meadow #0CB87D

Tints of Mountain Meadow #0CB87D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.32%

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 3.74%
G = 57.32%
B = 38.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#0CB87D (or 0x0CB87D) is known color: Mountain Meadow. HEX triplet: 0C, B8 and 7D. RGB value is (12,184,125). Sum of RGB (Red+Green+Blue) = 12+184+125=321 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.74% from 321); Green value is 184 (72.27% from 255 or 57.32% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB87D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB87D is #F34782. Grayscale: #7D7D7D. Windows color (decimal): -15943555 or 8239116. OLE color: 8239116.

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

Color convert

RGB 12 184 125 -
CMYK 0.93 0 0.32 0.28
HSL 159.42º 0.88% 0.38% -
HSV(B) 159.42º 0.93% 0.72% -
XYZ 20.99 35.84 25.21 -
YUV 125.85 127.52 46.8 -
System Red Green Blue C M Y K H S L
Decimal 12 184 125 0.93 0 0.32 0.28 159.42 0.88 0.38
Hex C B8 7D 5D 0 20 1C 9F 58 26
Octal 14 270 175 135 0 40 34 237 130 46
Binary 1100 10111000 1111101 1011101 0 100000 11100 10011111 1011000 100110

Color Harmonies of #0CB87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB87D

Black with #0CB87D

Text Example


Text Example

White with #0CB87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,184,125); }

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

background-color css

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

 a { background-color: rgb(12,184,125); }

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

border-color css

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

 span { border-color: rgb(12,184,125); }

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