Html Css Color HEX #0DB975 Mountain Meadow

📋 copy color: '#0DB975'

red 13 ◦ green 185 ◦ blue 117

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

Shades of Mountain Meadow #0DB975

Tints of Mountain Meadow #0DB975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.73%

 BLUE value IS 117 (46.09% from 255) = 37.14%

R = 4.13%
G = 58.73%
B = 37.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#0DB975 (or 0x0DB975) is known color: Mountain Meadow. HEX triplet: 0D, B9 and 75. RGB value is (13,185,117). Sum of RGB (Red+Green+Blue) = 13+185+117=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 185 (72.66% from 255 or 58.73% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB975 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB975 is #F2468A. Grayscale: #7D7D7D. Windows color (decimal): -15877771 or 7715085. OLE color: 7715085.

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

Color convert

RGB 13 185 117 -
CMYK 0.93 0 0.37 0.27
HSL 156.28º 0.87% 0.39% -
HSV(B) 156.28º 0.93% 0.73% -
XYZ 20.73 36.07 22.7 -
YUV 125.82 123.02 47.53 -
System Red Green Blue C M Y K H S L
Decimal 13 185 117 0.93 0 0.37 0.27 156.28 0.87 0.39
Hex D B9 75 5D 0 25 1B 9C 57 27
Octal 15 271 165 135 0 45 33 234 127 47
Binary 1101 10111001 1110101 1011101 0 100101 11011 10011100 1010111 100111

Color Harmonies of #0DB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB975

Black with #0DB975

Text Example


Text Example

White with #0DB975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,185,117); }

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

background-color css

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

 a { background-color: rgb(13,185,117); }

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

border-color css

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

 span { border-color: rgb(13,185,117); }

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