#0DC981

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

Shades of Mountain Meadow #0DC981

Tints of Mountain Meadow #0DC981

Color information

#0DC981 (or 0x0DC981) is unknown color: approx Mountain Meadow. HEX triplet: 0D, C9 and 81. RGB value is (13,201,129). Sum of RGB (Red+Green+Blue) = 13+201+129=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 201 (78.91% from 255 or 58.60% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC981 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC981 is #F2367E. Grayscale: #888888. Windows color (decimal): -15873663 or 8505613. OLE color: 8505613.

HSL color Cylindrical-coordinate representation of color #0DC981: hue angle of 157.02º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC981 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB13201129-
CMYK0.9400.360.21
HSL157.02º87.85%41.96%-
HSV(B)157.02º93.53%78.82%-
XYZ25.0243.4427.84-
YUV136.58123.7239.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.79%
GREEN value IS 201 (78.91% from 255) = 58.60%
BLUE value IS 129 (50.78% from 255) = 37.61%
R=3.79%
G=58.60%
B=37.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132011290.9400.360.21157.0287.8541.96
HexDC9815E024159d582a
Octal153112011360442523513052
Binary110111001001100000011011110010010010101100111011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,201,129); }

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

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

 a { background-color: rgb(13,201,129); }

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

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

 span { border-color: rgb(13,201,129); }

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