Html Css Color HEX #0DB485 Mountain Meadow

📋 copy color: '#0DB485'

red 13 ◦ green 180 ◦ blue 133

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

Shades of Mountain Meadow #0DB485

Tints of Mountain Meadow #0DB485

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.21%

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

R = 3.99%
G = 55.21%
B = 40.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#0DB485 (or 0x0DB485) is known color: Mountain Meadow. HEX triplet: 0D, B4 and 85. RGB value is (13,180,133). Sum of RGB (Red+Green+Blue) = 13+180+133=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB485 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB485 is #F24B7A. Grayscale: #7C7C7C. Windows color (decimal): -15879035 or 8762381. OLE color: 8762381.

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

Color convert

RGB 13 180 133 -
CMYK 0.93 0 0.26 0.29
HSL 163.11º 0.87% 0.38% -
HSV(B) 163.11º 0.93% 0.71% -
XYZ 20.72 34.42 27.74 -
YUV 124.71 132.67 48.32 -
System Red Green Blue C M Y K H S L
Decimal 13 180 133 0.93 0 0.26 0.29 163.11 0.87 0.38
Hex D B4 85 5D 0 1A 1D A3 57 26
Octal 15 264 205 135 0 32 35 243 127 46
Binary 1101 10110100 10000101 1011101 0 11010 11101 10100011 1010111 100110

Color Harmonies of #0DB485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB485

Black with #0DB485

Text Example


Text Example

White with #0DB485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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