Html Css Color HEX #0DC57E Mountain Meadow

📋 copy color: '#0DC57E'

red 13 ◦ green 197 ◦ blue 126

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

Shades of Mountain Meadow #0DC57E

Tints of Mountain Meadow #0DC57E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 58.63%

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

R = 3.87%
G = 58.63%
B = 37.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#0DC57E (or 0x0DC57E) is known color: Mountain Meadow. HEX triplet: 0D, C5 and 7E. RGB value is (13,197,126). Sum of RGB (Red+Green+Blue) = 13+197+126=336 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.87% from 336); Green value is 197 (77.34% from 255 or 58.63% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC57E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC57E is #F23A81. Grayscale: #858585. Windows color (decimal): -15874690 or 8307981. OLE color: 8307981.

HSL color Cylindrical-coordinate representation of color #0DC57E: hue angle of 156.85º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC57E is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 13 197 126 -
CMYK 0.93 0 0.36 0.23
HSL 156.85º 0.88% 0.41% -
HSV(B) 156.85º 0.93% 0.77% -
XYZ 23.9 41.52 26.49 -
YUV 133.89 123.54 41.77 -
System Red Green Blue C M Y K H S L
Decimal 13 197 126 0.93 0 0.36 0.23 156.85 0.88 0.41
Hex D C5 7E 5D 0 24 17 9D 58 29
Octal 15 305 176 135 0 44 27 235 130 51
Binary 1101 11000101 1111110 1011101 0 100100 10111 10011101 1011000 101001

Color Harmonies of #0DC57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC57E

Black with #0DC57E

Text Example


Text Example

White with #0DC57E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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