Html Css Color HEX #0DC176 Mountain Meadow

📋 copy color: '#0DC176'

red 13 ◦ green 193 ◦ blue 118

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

Shades of Mountain Meadow #0DC176

Tints of Mountain Meadow #0DC176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.42%

R = 4.01%
G = 59.57%
B = 36.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#0DC176 (or 0x0DC176) is known color: Mountain Meadow. HEX triplet: 0D, C1 and 76. RGB value is (13,193,118). Sum of RGB (Red+Green+Blue) = 13+193+118=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC176 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC176 is #F23E89. Grayscale: #828282. Windows color (decimal): -15875722 or 7782669. OLE color: 7782669.

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

Color convert

RGB 13 193 118 -
CMYK 0.93 0 0.39 0.24
HSL 155º 0.87% 0.4% -
HSV(B) 155º 0.93% 0.76% -
XYZ 22.51 39.53 23.58 -
YUV 130.63 120.87 44.1 -
System Red Green Blue C M Y K H S L
Decimal 13 193 118 0.93 0 0.39 0.24 155 0.87 0.4
Hex D C1 76 5D 0 27 18 9B 57 28
Octal 15 301 166 135 0 47 30 233 127 50
Binary 1101 11000001 1110110 1011101 0 100111 11000 10011011 1010111 101000

Color Harmonies of #0DC176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC176

Black with #0DC176

Text Example


Text Example

White with #0DC176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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