Html Css Color HEX #0DC289 Mountain Meadow

📋 copy color: '#0DC289'

red 13 ◦ green 194 ◦ blue 137

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

Shades of Mountain Meadow #0DC289

Tints of Mountain Meadow #0DC289

RGB

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

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

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

R = 3.78%
G = 56.4%
B = 39.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#0DC289 (or 0x0DC289) is known color: Mountain Meadow. HEX triplet: 0D, C2 and 89. RGB value is (13,194,137). Sum of RGB (Red+Green+Blue) = 13+194+137=344 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.78% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC289 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC289 is #F23D76. Grayscale: #858585. Windows color (decimal): -15875447 or 9028109. OLE color: 9028109.

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

Color convert

RGB 13 194 137 -
CMYK 0.93 0 0.29 0.24
HSL 161.11º 0.87% 0.41% -
HSV(B) 161.11º 0.93% 0.76% -
XYZ 23.97 40.48 30.22 -
YUV 133.38 130.03 42.13 -
System Red Green Blue C M Y K H S L
Decimal 13 194 137 0.93 0 0.29 0.24 161.11 0.87 0.41
Hex D C2 89 5D 0 1D 18 A1 57 29
Octal 15 302 211 135 0 35 30 241 127 51
Binary 1101 11000010 10001001 1011101 0 11101 11000 10100001 1010111 101001

Color Harmonies of #0DC289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC289

Black with #0DC289

Text Example


Text Example

White with #0DC289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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