#0DC18D

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

Shades of Mountain Meadow #0DC18D

Tints of Mountain Meadow #0DC18D

Color information

#0DC18D (or 0x0DC18D) is unknown color: approx Mountain Meadow. HEX triplet: 0D, C1 and 8D. RGB value is (13,193,141). Sum of RGB (Red+Green+Blue) = 13+193+141=347 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.75% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC18D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC18D is #F23E72. Grayscale: #858585. Windows color (decimal): -15875699 or 9289997. OLE color: 9289997.

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

Color convert

RGB13193141-
CMYK0.9300.270.24
HSL162.67º87.38%40.39%-
HSV(B)162.67º93.26%75.69%-
XYZ24.0440.1531.68-
YUV133.25132.3742.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.75%
GREEN value IS 193 (75.78% from 255) = 55.62%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=3.75%
G=55.62%
B=40.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131931410.9300.270.24162.6787.3840.39
HexDC18D5D01B18a35728
Octal153012151350333024312750
Binary11011100000110001101101110101101111000101000111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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