Html Css Color HEX #0DB87C Mountain Meadow

📋 copy color: '#0DB87C'

red 13 ◦ green 184 ◦ blue 124

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

Shades of Mountain Meadow #0DB87C

Tints of Mountain Meadow #0DB87C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.32%

 BLUE value IS 124 (48.83% from 255) = 38.63%

R = 4.05%
G = 57.32%
B = 38.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#0DB87C (or 0x0DB87C) is known color: Mountain Meadow. HEX triplet: 0D, B8 and 7C. RGB value is (13,184,124). Sum of RGB (Red+Green+Blue) = 13+184+124=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 184 (72.27% from 255 or 57.32% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB87C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB87C is #F24783. Grayscale: #7E7E7E. Windows color (decimal): -15878020 or 8173581. OLE color: 8173581.

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

Color convert

RGB 13 184 124 -
CMYK 0.93 0 0.33 0.28
HSL 158.95º 0.87% 0.39% -
HSV(B) 158.95º 0.93% 0.72% -
XYZ 20.94 35.82 24.88 -
YUV 126.03 126.85 47.38 -
System Red Green Blue C M Y K H S L
Decimal 13 184 124 0.93 0 0.33 0.28 158.95 0.87 0.39
Hex D B8 7C 5D 0 21 1C 9F 57 27
Octal 15 270 174 135 0 41 34 237 127 47
Binary 1101 10111000 1111100 1011101 0 100001 11100 10011111 1010111 100111

Color Harmonies of #0DB87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB87C

Black with #0DB87C

Text Example


Text Example

White with #0DB87C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,184,124); }

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

background-color css

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

 a { background-color: rgb(13,184,124); }

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

border-color css

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

 span { border-color: rgb(13,184,124); }

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