Html Css Color HEX #0DB77A Mountain Meadow

📋 copy color: '#0DB77A'

red 13 ◦ green 183 ◦ blue 122

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

Shades of Mountain Meadow #0DB77A

Tints of Mountain Meadow #0DB77A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.55%

 BLUE value IS 122 (48.05% from 255) = 38.36%

R = 4.09%
G = 57.55%
B = 38.36%

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

#0DB77A (or 0x0DB77A) is known color: Mountain Meadow. HEX triplet: 0D, B7 and 7A. RGB value is (13,183,122). Sum of RGB (Red+Green+Blue) = 13+183+122=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB77A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB77A is #F24885. Grayscale: #7D7D7D. Windows color (decimal): -15878278 or 8042253. OLE color: 8042253.

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

Color convert

RGB 13 183 122 -
CMYK 0.93 0 0.33 0.28
HSL 158.47º 0.87% 0.38% -
HSV(B) 158.47º 0.93% 0.72% -
XYZ 20.61 35.36 24.15 -
YUV 125.22 126.18 47.96 -
System Red Green Blue C M Y K H S L
Decimal 13 183 122 0.93 0 0.33 0.28 158.47 0.87 0.38
Hex D B7 7A 5D 0 21 1C 9E 57 26
Octal 15 267 172 135 0 41 34 236 127 46
Binary 1101 10110111 1111010 1011101 0 100001 11100 10011110 1010111 100110

Color Harmonies of #0DB77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB77A

Black with #0DB77A

Text Example


Text Example

White with #0DB77A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,183,122); }

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

background-color css

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

 a { background-color: rgb(13,183,122); }

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

border-color css

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

 span { border-color: rgb(13,183,122); }

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