Html Css Color HEX #0DC373 Mountain Meadow

📋 copy color: '#0DC373'

red 13 ◦ green 195 ◦ blue 115

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

Shades of Mountain Meadow #0DC373

Tints of Mountain Meadow #0DC373

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.37%

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 4.02%
G = 60.37%
B = 35.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#0DC373 (or 0x0DC373) is known color: Mountain Meadow. HEX triplet: 0D, C3 and 73. RGB value is (13,195,115). Sum of RGB (Red+Green+Blue) = 13+195+115=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 195 (76.56% from 255 or 60.37% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC373 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC373 is #F23C8C. Grayscale: #838383. Windows color (decimal): -15875213 or 7586573. OLE color: 7586573.

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

Color convert

RGB 13 195 115 -
CMYK 0.93 0 0.41 0.24
HSL 153.63º 0.88% 0.41% -
HSV(B) 153.63º 0.93% 0.76% -
XYZ 22.78 40.35 22.81 -
YUV 131.46 118.7 43.5 -
System Red Green Blue C M Y K H S L
Decimal 13 195 115 0.93 0 0.41 0.24 153.63 0.88 0.41
Hex D C3 73 5D 0 29 18 9A 58 29
Octal 15 303 163 135 0 51 30 232 130 51
Binary 1101 11000011 1110011 1011101 0 101001 11000 10011010 1011000 101001

Color Harmonies of #0DC373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC373

Black with #0DC373

Text Example


Text Example

White with #0DC373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,195,115); }

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

background-color css

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

 a { background-color: rgb(13,195,115); }

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

border-color css

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

 span { border-color: rgb(13,195,115); }

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