Html Css Color HEX #0DC479 Mountain Meadow

📋 copy color: '#0DC479'

red 13 ◦ green 196 ◦ blue 121

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

Shades of Mountain Meadow #0DC479

Tints of Mountain Meadow #0DC479

RGB

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

 GREEN value IS 196 (76.95% from 255) = 59.39%

 BLUE value IS 121 (47.66% from 255) = 36.67%

R = 3.94%
G = 59.39%
B = 36.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#0DC479 (or 0x0DC479) is known color: Mountain Meadow. HEX triplet: 0D, C4 and 79. RGB value is (13,196,121). Sum of RGB (Red+Green+Blue) = 13+196+121=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 196 (76.95% from 255 or 59.39% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC479 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC479 is #F23B86. Grayscale: #848484. Windows color (decimal): -15874951 or 7980045. OLE color: 7980045.

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

Color convert

RGB 13 196 121 -
CMYK 0.93 0 0.38 0.23
HSL 155.41º 0.88% 0.41% -
HSV(B) 155.41º 0.93% 0.77% -
XYZ 23.36 40.95 24.76 -
YUV 132.73 121.37 42.6 -
System Red Green Blue C M Y K H S L
Decimal 13 196 121 0.93 0 0.38 0.23 155.41 0.88 0.41
Hex D C4 79 5D 0 26 17 9B 58 29
Octal 15 304 171 135 0 46 27 233 130 51
Binary 1101 11000100 1111001 1011101 0 100110 10111 10011011 1011000 101001

Color Harmonies of #0DC479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC479

Black with #0DC479

Text Example


Text Example

White with #0DC479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,196,121); }

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

background-color css

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

 a { background-color: rgb(13,196,121); }

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

border-color css

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

 span { border-color: rgb(13,196,121); }

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