Html Css Color HEX #0DC57C Mountain Meadow

📋 copy color: '#0DC57C'

red 13 ◦ green 197 ◦ blue 124

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

Shades of Mountain Meadow #0DC57C

Tints of Mountain Meadow #0DC57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 3.89%
G = 58.98%
B = 37.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#0DC57C (or 0x0DC57C) is known color: Mountain Meadow. HEX triplet: 0D, C5 and 7C. RGB value is (13,197,124). Sum of RGB (Red+Green+Blue) = 13+197+124=334 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.89% from 334); Green value is 197 (77.34% from 255 or 58.98% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC57C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC57C is #F23A83. Grayscale: #858585. Windows color (decimal): -15874692 or 8176909. OLE color: 8176909.

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

Color convert

RGB 13 197 124 -
CMYK 0.93 0 0.37 0.23
HSL 156.2º 0.88% 0.41% -
HSV(B) 156.2º 0.93% 0.77% -
XYZ 23.77 41.47 25.82 -
YUV 133.66 122.54 41.94 -
System Red Green Blue C M Y K H S L
Decimal 13 197 124 0.93 0 0.37 0.23 156.2 0.88 0.41
Hex D C5 7C 5D 0 25 17 9C 58 29
Octal 15 305 174 135 0 45 27 234 130 51
Binary 1101 11000101 1111100 1011101 0 100101 10111 10011100 1011000 101001

Color Harmonies of #0DC57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC57C

Black with #0DC57C

Text Example


Text Example

White with #0DC57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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