Html Css Color HEX #0DC977 Mountain Meadow

📋 copy color: '#0DC977'

red 13 ◦ green 201 ◦ blue 119

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

Shades of Mountain Meadow #0DC977

Tints of Mountain Meadow #0DC977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.74%

R = 3.9%
G = 60.36%
B = 35.74%

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

#0DC977 (or 0x0DC977) is known color: Mountain Meadow. HEX triplet: 0D, C9 and 77. RGB value is (13,201,119). Sum of RGB (Red+Green+Blue) = 13+201+119=333 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.90% from 333); Green value is 201 (78.91% from 255 or 60.36% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC977 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC977 is #F23688. Grayscale: #878787. Windows color (decimal): -15873673 or 7850253. OLE color: 7850253.

HSL color Cylindrical-coordinate representation of color #0DC977: hue angle of 153.83º 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 #0DC977 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 201 119 -
CMYK 0.94 0 0.41 0.21
HSL 153.83º 0.88% 0.42% -
HSV(B) 153.83º 0.94% 0.79% -
XYZ 24.38 43.19 24.5 -
YUV 135.44 118.72 40.67 -
System Red Green Blue C M Y K H S L
Decimal 13 201 119 0.94 0 0.41 0.21 153.83 0.88 0.42
Hex D C9 77 5E 0 29 15 9A 58 2A
Octal 15 311 167 136 0 51 25 232 130 52
Binary 1101 11001001 1110111 1011110 0 101001 10101 10011010 1011000 101010

Color Harmonies of #0DC977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC977

Black with #0DC977

Text Example


Text Example

White with #0DC977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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