Html Css Color HEX #0DC17E Mountain Meadow

📋 copy color: '#0DC17E'

red 13 ◦ green 193 ◦ blue 126

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

Shades of Mountain Meadow #0DC17E

Tints of Mountain Meadow #0DC17E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.13%

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

R = 3.92%
G = 58.13%
B = 37.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#0DC17E (or 0x0DC17E) is known color: Mountain Meadow. HEX triplet: 0D, C1 and 7E. RGB value is (13,193,126). Sum of RGB (Red+Green+Blue) = 13+193+126=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 193 (75.78% from 255 or 58.13% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC17E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC17E is #F23E81. Grayscale: #838383. Windows color (decimal): -15875714 or 8306957. OLE color: 8306957.

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

Color convert

RGB 13 193 126 -
CMYK 0.93 0 0.35 0.24
HSL 157.67º 0.87% 0.4% -
HSV(B) 157.67º 0.93% 0.76% -
XYZ 23 39.73 26.2 -
YUV 131.54 124.87 43.45 -
System Red Green Blue C M Y K H S L
Decimal 13 193 126 0.93 0 0.35 0.24 157.67 0.87 0.4
Hex D C1 7E 5D 0 23 18 9E 57 28
Octal 15 301 176 135 0 43 30 236 127 50
Binary 1101 11000001 1111110 1011101 0 100011 11000 10011110 1010111 101000

Color Harmonies of #0DC17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC17E

Black with #0DC17E

Text Example


Text Example

White with #0DC17E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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