Html Css Color HEX #0DC97E Mountain Meadow

📋 copy color: '#0DC97E'

red 13 ◦ green 201 ◦ blue 126

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

Shades of Mountain Meadow #0DC97E

Tints of Mountain Meadow #0DC97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.06%

R = 3.82%
G = 59.12%
B = 37.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#0DC97E (or 0x0DC97E) is known color: Mountain Meadow. HEX triplet: 0D, C9 and 7E. RGB value is (13,201,126). Sum of RGB (Red+Green+Blue) = 13+201+126=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 201 (78.91% from 255 or 59.12% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC97E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC97E is #F23681. Grayscale: #888888. Windows color (decimal): -15873666 or 8309005. OLE color: 8309005.

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

Color convert

RGB 13 201 126 -
CMYK 0.94 0 0.37 0.21
HSL 156.06º 0.88% 0.42% -
HSV(B) 156.06º 0.94% 0.79% -
XYZ 24.82 43.37 26.8 -
YUV 136.24 122.22 40.1 -
System Red Green Blue C M Y K H S L
Decimal 13 201 126 0.94 0 0.37 0.21 156.06 0.88 0.42
Hex D C9 7E 5E 0 25 15 9C 58 2A
Octal 15 311 176 136 0 45 25 234 130 52
Binary 1101 11001001 1111110 1011110 0 100101 10101 10011100 1011000 101010

Color Harmonies of #0DC97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC97E

Black with #0DC97E

Text Example


Text Example

White with #0DC97E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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