#0DC177

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

Shades of Mountain Meadow #0DC177

Tints of Mountain Meadow #0DC177

Color information

#0DC177 (or 0x0DC177) is unknown color: approx Mountain Meadow. HEX triplet: 0D, C1 and 77. RGB value is (13,193,119). Sum of RGB (Red+Green+Blue) = 13+193+119=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC177 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC177 is #F23E88. Grayscale: #828282. Windows color (decimal): -15875721 or 7848205. OLE color: 7848205.

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

Color convert

RGB13193119-
CMYK0.9300.380.24
HSL155.33º87.38%40.39%-
HSV(B)155.33º93.26%75.69%-
XYZ22.5739.5623.9-
YUV130.74121.3744.02-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4%
GREEN value IS 193 (75.78% from 255) = 59.38%
BLUE value IS 119 (46.88% from 255) = 36.62%
R=4%
G=59.38%
B=36.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131931190.9300.380.24155.3387.3840.39
HexDC1775D026189b5728
Octal153011671350463023312750
Binary11011100000111101111011101010011011000100110111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DC177;
 }
 .AnyTagClassName
 {
   color: #0DC177;
 }
</style>
background-color css

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

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

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

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

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

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