#0DC176

Color #0DC176 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0DC176

Tints of Mountain Meadow #0DC176

Color information

#0DC176 (or 0x0DC176) is unknown color: approx 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

RGB13193118-
CMYK0.9300.390.24
HSL155º87.38%40.39%-
HSV(B)155º93.26%75.69%-
XYZ22.5139.5323.58-
YUV130.63120.8744.1-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131931180.9300.390.2415587.3840.39
HexDC1765D027189b5728
Octal153011661350473023312750
Binary11011100000111101101011101010011111000100110111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>