Html Css Color HEX #0DC976 Mountain Meadow

📋 copy color: '#0DC976'

red 13 ◦ green 201 ◦ blue 118

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

Shades of Mountain Meadow #0DC976

Tints of Mountain Meadow #0DC976

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60.54%

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

R = 3.92%
G = 60.54%
B = 35.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#0DC976 (or 0x0DC976) is known color: Mountain Meadow. HEX triplet: 0D, C9 and 76. RGB value is (13,201,118). Sum of RGB (Red+Green+Blue) = 13+201+118=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 201 (78.91% from 255 or 60.54% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC976 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC976 is #F23689. Grayscale: #878787. Windows color (decimal): -15873674 or 7784717. OLE color: 7784717.

HSL color Cylindrical-coordinate representation of color #0DC976: hue angle of 153.51º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC976 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 201 118 -
CMYK 0.94 0 0.41 0.21
HSL 153.51º 0.88% 0.42% -
HSV(B) 153.51º 0.94% 0.79% -
XYZ 24.32 43.17 24.19 -
YUV 135.33 118.22 40.75 -
System Red Green Blue C M Y K H S L
Decimal 13 201 118 0.94 0 0.41 0.21 153.51 0.88 0.42
Hex D C9 76 5E 0 29 15 9A 58 2A
Octal 15 311 166 136 0 51 25 232 130 52
Binary 1101 11001001 1110110 1011110 0 101001 10101 10011010 1011000 101010

Color Harmonies of #0DC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC976

Black with #0DC976

Text Example


Text Example

White with #0DC976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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