Html Css Color HEX #0DB289 Mountain Meadow

📋 copy color: '#0DB289'

red 13 ◦ green 178 ◦ blue 137

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

Shades of Mountain Meadow #0DB289

Tints of Mountain Meadow #0DB289

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.27%

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

R = 3.96%
G = 54.27%
B = 41.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#0DB289 (or 0x0DB289) is known color: Mountain Meadow. HEX triplet: 0D, B2 and 89. RGB value is (13,178,137). Sum of RGB (Red+Green+Blue) = 13+178+137=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 178 (69.92% from 255 or 54.27% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DB289 is #F24D76. Grayscale: #7B7B7B. Windows color (decimal): -15879543 or 9024013. OLE color: 9024013.

HSL color Cylindrical-coordinate representation of color #0DB289: hue angle of 165.09º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB289 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 178 137 -
CMYK 0.93 0 0.23 0.30
HSL 165.09º 0.86% 0.37% -
HSV(B) 165.09º 0.93% 0.7% -
XYZ 20.6 33.73 29.09 -
YUV 123.99 135.34 48.83 -
System Red Green Blue C M Y K H S L
Decimal 13 178 137 0.93 0 0.23 0.30 165.09 0.86 0.37
Hex D B2 89 5D 0 17 1E A5 56 25
Octal 15 262 211 135 0 27 36 245 126 45
Binary 1101 10110010 10001001 1011101 0 10111 11110 10100101 1010110 100101

Color Harmonies of #0DB289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB289

Black with #0DB289

Text Example


Text Example

White with #0DB289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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