Html Css Color HEX #0DBE7C Mountain Meadow

📋 copy color: '#0DBE7C'

red 13 ◦ green 190 ◦ blue 124

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

Shades of Mountain Meadow #0DBE7C

Tints of Mountain Meadow #0DBE7C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 58.1%

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

R = 3.98%
G = 58.1%
B = 37.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#0DBE7C (or 0x0DBE7C) is known color: Mountain Meadow. HEX triplet: 0D, BE and 7C. RGB value is (13,190,124). Sum of RGB (Red+Green+Blue) = 13+190+124=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 190 (74.61% from 255 or 58.10% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBE7C is #F24183. Grayscale: #818181. Windows color (decimal): -15876484 or 8175117. OLE color: 8175117.

HSL color Cylindrical-coordinate representation of color #0DBE7C: hue angle of 157.63º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBE7C is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 190 124 -
CMYK 0.93 0 0.35 0.25
HSL 157.63º 0.87% 0.4% -
HSV(B) 157.63º 0.93% 0.75% -
XYZ 22.22 38.37 25.3 -
YUV 129.55 124.86 44.87 -
System Red Green Blue C M Y K H S L
Decimal 13 190 124 0.93 0 0.35 0.25 157.63 0.87 0.4
Hex D BE 7C 5D 0 23 19 9E 57 28
Octal 15 276 174 135 0 43 31 236 127 50
Binary 1101 10111110 1111100 1011101 0 100011 11001 10011110 1010111 101000

Color Harmonies of #0DBE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBE7C

Black with #0DBE7C

Text Example


Text Example

White with #0DBE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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