Html Css Color HEX #0DC984 Mountain Meadow

📋 copy color: '#0DC984'

red 13 ◦ green 201 ◦ blue 132

#0DC984
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #0DC984

Tints of Mountain Meadow #0DC984

RGB

 RED value IS 13 (5.47% from 255) = 3.76%

 GREEN value IS 201 (78.91% from 255) = 58.09%

 BLUE value IS 132 (51.95% from 255) = 38.15%

R = 3.76%
G = 58.09%
B = 38.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#0DC984 (or 0x0DC984) is known color: Mountain Meadow. HEX triplet: 0D, C9 and 84. RGB value is (13,201,132). Sum of RGB (Red+Green+Blue) = 13+201+132=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 201 (78.91% from 255 or 58.09% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC984 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC984 is #F2367B. Grayscale: #898989. Windows color (decimal): -15873660 or 8702221. OLE color: 8702221.

HSL color Cylindrical-coordinate representation of color #0DC984: hue angle of 157.98º 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 #0DC984 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 201 132 -
CMYK 0.94 0 0.34 0.21
HSL 157.98º 0.88% 0.42% -
HSV(B) 157.98º 0.94% 0.79% -
XYZ 25.22 43.52 28.9 -
YUV 136.92 125.22 39.61 -
System Red Green Blue C M Y K H S L
Decimal 13 201 132 0.94 0 0.34 0.21 157.98 0.88 0.42
Hex D C9 84 5E 0 22 15 9E 58 2A
Octal 15 311 204 136 0 42 25 236 130 52
Binary 1101 11001001 10000100 1011110 0 100010 10101 10011110 1011000 101010

Color Harmonies of #0DC984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC984

Black with #0DC984

Text Example


Text Example

White with #0DC984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DC984;
 }
 .AnyTagClassName
 {
   color: #0DC984;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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