Html Css Color HEX #0DB685 Mountain Meadow

📋 copy color: '#0DB685'

red 13 ◦ green 182 ◦ blue 133

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

Shades of Mountain Meadow #0DB685

Tints of Mountain Meadow #0DB685

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.49%

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 3.96%
G = 55.49%
B = 40.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#0DB685 (or 0x0DB685) is known color: Mountain Meadow. HEX triplet: 0D, B6 and 85. RGB value is (13,182,133). Sum of RGB (Red+Green+Blue) = 13+182+133=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB685 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB685 is #F2497A. Grayscale: #7D7D7D. Windows color (decimal): -15878523 or 8762893. OLE color: 8762893.

HSL color Cylindrical-coordinate representation of color #0DB685: hue angle of 162.6º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB685 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 182 133 -
CMYK 0.93 0 0.27 0.29
HSL 162.6º 0.87% 0.38% -
HSV(B) 162.6º 0.93% 0.71% -
XYZ 21.13 35.23 27.88 -
YUV 125.88 132.01 47.48 -
System Red Green Blue C M Y K H S L
Decimal 13 182 133 0.93 0 0.27 0.29 162.6 0.87 0.38
Hex D B6 85 5D 0 1B 1D A3 57 26
Octal 15 266 205 135 0 33 35 243 127 46
Binary 1101 10110110 10000101 1011101 0 11011 11101 10100011 1010111 100110

Color Harmonies of #0DB685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB685

Black with #0DB685

Text Example


Text Example

White with #0DB685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,182,133); }

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

background-color css

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

 a { background-color: rgb(13,182,133); }

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

border-color css

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

 span { border-color: rgb(13,182,133); }

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