Html Css Color HEX #0DC189 Mountain Meadow

📋 copy color: '#0DC189'

red 13 ◦ green 193 ◦ blue 137

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

Shades of Mountain Meadow #0DC189

Tints of Mountain Meadow #0DC189

RGB

 RED value IS 13 (5.47% from 255) = 3.79%

 GREEN value IS 193 (75.78% from 255) = 56.27%

 BLUE value IS 137 (53.91% from 255) = 39.94%

R = 3.79%
G = 56.27%
B = 39.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#0DC189 (or 0x0DC189) is known color: Mountain Meadow. HEX triplet: 0D, C1 and 89. RGB value is (13,193,137). Sum of RGB (Red+Green+Blue) = 13+193+137=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC189 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC189 is #F23E76. Grayscale: #848484. Windows color (decimal): -15875703 or 9027853. OLE color: 9027853.

HSL color Cylindrical-coordinate representation of color #0DC189: hue angle of 161.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC189 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 193 137 -
CMYK 0.93 0 0.29 0.24
HSL 161.33º 0.87% 0.4% -
HSV(B) 161.33º 0.93% 0.76% -
XYZ 23.75 40.03 30.14 -
YUV 132.8 130.37 42.55 -
System Red Green Blue C M Y K H S L
Decimal 13 193 137 0.93 0 0.29 0.24 161.33 0.87 0.4
Hex D C1 89 5D 0 1D 18 A1 57 28
Octal 15 301 211 135 0 35 30 241 127 50
Binary 1101 11000001 10001001 1011101 0 11101 11000 10100001 1010111 101000

Color Harmonies of #0DC189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC189

Black with #0DC189

Text Example


Text Example

White with #0DC189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,193,137); }

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

background-color css

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

 a { background-color: rgb(13,193,137); }

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

border-color css

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

 span { border-color: rgb(13,193,137); }

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