Html Css Color HEX #0DC489 Mountain Meadow

📋 copy color: '#0DC489'

red 13 ◦ green 196 ◦ blue 137

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

Shades of Mountain Meadow #0DC489

Tints of Mountain Meadow #0DC489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.6%

R = 3.76%
G = 56.65%
B = 39.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#0DC489 (or 0x0DC489) is known color: Mountain Meadow. HEX triplet: 0D, C4 and 89. RGB value is (13,196,137). Sum of RGB (Red+Green+Blue) = 13+196+137=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 196 (76.95% from 255 or 56.65% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC489 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC489 is #F23B76. Grayscale: #868686. Windows color (decimal): -15874935 or 9028621. OLE color: 9028621.

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

Color convert

RGB 13 196 137 -
CMYK 0.93 0 0.30 0.23
HSL 160.66º 0.88% 0.41% -
HSV(B) 160.66º 0.93% 0.77% -
XYZ 24.42 41.37 30.37 -
YUV 134.56 129.37 41.3 -
System Red Green Blue C M Y K H S L
Decimal 13 196 137 0.93 0 0.30 0.23 160.66 0.88 0.41
Hex D C4 89 5D 0 1E 17 A1 58 29
Octal 15 304 211 135 0 36 27 241 130 51
Binary 1101 11000100 10001001 1011101 0 11110 10111 10100001 1011000 101001

Color Harmonies of #0DC489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC489

Black with #0DC489

Text Example


Text Example

White with #0DC489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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