#0dd178

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

Shades of Mountain Meadow #0DD178

Tints of Mountain Meadow #0DD178

Color information

#0DD178 (or 0x0DD178) is unknown color: approx Mountain Meadow. HEX triplet: 0D, D1 and 78. RGB value is (13,209,120). Sum of RGB (Red+Green+Blue) = 13+209+120=342 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.80% from 342); Green value is 209 (82.03% from 255 or 61.11% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD178 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD178 is #F22E87. Grayscale: #8C8C8C. Windows color (decimal): -15871624 or 7917837. OLE color: 7917837.

HSL color Cylindrical-coordinate representation of color #0DD178: hue angle of 152.76º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD178 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB13209120-
CMYK0.9400.430.18
HSL152.76º88.29%43.53%-
HSV(B)152.76º93.78%81.96%-
XYZ26.3647.0425.46-
YUV140.25116.5737.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.80%
GREEN value IS 209 (82.03% from 255) = 61.11%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=3.80%
G=61.11%
B=35.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal132091200.9400.430.18152.7688.2943.53
HexDD1785E02B1299582c
Octal153211701360532223113054
Binary11011101000111110001011110010101110010100110011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0dd178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,209,120); }

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

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

 a { background-color: rgb(13,209,120); }

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

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

 span { border-color: rgb(13,209,120); }

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