Html Css Color HEX #0DC276 Mountain Meadow

📋 copy color: '#0DC276'

red 13 ◦ green 194 ◦ blue 118

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

Shades of Mountain Meadow #0DC276

Tints of Mountain Meadow #0DC276

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.69%

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 4%
G = 59.69%
B = 36.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#0DC276 (or 0x0DC276) is known color: Mountain Meadow. HEX triplet: 0D, C2 and 76. RGB value is (13,194,118). Sum of RGB (Red+Green+Blue) = 13+194+118=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC276 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC276 is #F23D89. Grayscale: #838383. Windows color (decimal): -15875466 or 7782925. OLE color: 7782925.

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

Color convert

RGB 13 194 118 -
CMYK 0.93 0 0.39 0.24
HSL 154.81º 0.87% 0.41% -
HSV(B) 154.81º 0.93% 0.76% -
XYZ 22.73 39.98 23.66 -
YUV 131.22 120.53 43.68 -
System Red Green Blue C M Y K H S L
Decimal 13 194 118 0.93 0 0.39 0.24 154.81 0.87 0.41
Hex D C2 76 5D 0 27 18 9B 57 29
Octal 15 302 166 135 0 47 30 233 127 51
Binary 1101 11000010 1110110 1011101 0 100111 11000 10011011 1010111 101001

Color Harmonies of #0DC276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC276

Black with #0DC276

Text Example


Text Example

White with #0DC276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,194,118); }

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

background-color css

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

 a { background-color: rgb(13,194,118); }

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

border-color css

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

 span { border-color: rgb(13,194,118); }

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