Html Css Color HEX #0DA683 Mountain Meadow

📋 copy color: '#0DA683'

red 13 ◦ green 166 ◦ blue 131

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

Shades of Mountain Meadow #0DA683

Tints of Mountain Meadow #0DA683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 53.55%

 BLUE value IS 131 (51.56% from 255) = 42.26%

R = 4.19%
G = 53.55%
B = 42.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#0DA683 (or 0x0DA683) is known color: Mountain Meadow. HEX triplet: 0D, A6 and 83. RGB value is (13,166,131). Sum of RGB (Red+Green+Blue) = 13+166+131=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 166 (65.23% from 255 or 53.55% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA683 is #F2597C. Grayscale: #747474. Windows color (decimal): -15882621 or 8627725. OLE color: 8627725.

HSL color Cylindrical-coordinate representation of color #0DA683: hue angle of 166.27º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA683 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 13 166 131 -
CMYK 0.92 0 0.21 0.35
HSL 166.27º 0.85% 0.35% -
HSV(B) 166.27º 0.92% 0.65% -
XYZ 17.9 29 26.13 -
YUV 116.26 136.31 54.35 -
System Red Green Blue C M Y K H S L
Decimal 13 166 131 0.92 0 0.21 0.35 166.27 0.85 0.35
Hex D A6 83 5C 0 15 23 A6 55 23
Octal 15 246 203 134 0 25 43 246 125 43
Binary 1101 10100110 10000011 1011100 0 10101 100011 10100110 1010101 100011

Color Harmonies of #0DA683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA683

Black with #0DA683

Text Example


Text Example

White with #0DA683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,166,131); }

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

background-color css

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

 a { background-color: rgb(13,166,131); }

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

border-color css

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

 span { border-color: rgb(13,166,131); }

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