Html Css Color HEX #0DC378 Mountain Meadow

📋 copy color: '#0DC378'

red 13 ◦ green 195 ◦ blue 120

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

Shades of Mountain Meadow #0DC378

Tints of Mountain Meadow #0DC378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.59%

R = 3.96%
G = 59.45%
B = 36.59%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#0DC378 (or 0x0DC378) is known color: Mountain Meadow. HEX triplet: 0D, C3 and 78. RGB value is (13,195,120). Sum of RGB (Red+Green+Blue) = 13+195+120=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC378 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC378 is #F23C87. Grayscale: #848484. Windows color (decimal): -15875208 or 7914253. OLE color: 7914253.

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

Color convert

RGB 13 195 120 -
CMYK 0.93 0 0.38 0.24
HSL 155.27º 0.88% 0.41% -
HSV(B) 155.27º 0.93% 0.76% -
XYZ 23.07 40.47 24.37 -
YUV 132.03 121.2 43.1 -
System Red Green Blue C M Y K H S L
Decimal 13 195 120 0.93 0 0.38 0.24 155.27 0.88 0.41
Hex D C3 78 5D 0 26 18 9B 58 29
Octal 15 303 170 135 0 46 30 233 130 51
Binary 1101 11000011 1111000 1011101 0 100110 11000 10011011 1011000 101001

Color Harmonies of #0DC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC378

Black with #0DC378

Text Example


Text Example

White with #0DC378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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