Html Css Color HEX #0DC47A Mountain Meadow

📋 copy color: '#0DC47A'

red 13 ◦ green 196 ◦ blue 122

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

Shades of Mountain Meadow #0DC47A

Tints of Mountain Meadow #0DC47A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 59.21%

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

R = 3.93%
G = 59.21%
B = 36.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#0DC47A (or 0x0DC47A) is known color: Mountain Meadow. HEX triplet: 0D, C4 and 7A. RGB value is (13,196,122). Sum of RGB (Red+Green+Blue) = 13+196+122=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 196 (76.95% from 255 or 59.21% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC47A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC47A is #F23B85. Grayscale: #848484. Windows color (decimal): -15874950 or 8045581. OLE color: 8045581.

HSL color Cylindrical-coordinate representation of color #0DC47A: hue angle of 155.74º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC47A is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 13 196 122 -
CMYK 0.93 0 0.38 0.23
HSL 155.74º 0.88% 0.41% -
HSV(B) 155.74º 0.93% 0.77% -
XYZ 23.42 40.97 25.09 -
YUV 132.85 121.87 42.52 -
System Red Green Blue C M Y K H S L
Decimal 13 196 122 0.93 0 0.38 0.23 155.74 0.88 0.41
Hex D C4 7A 5D 0 26 17 9C 58 29
Octal 15 304 172 135 0 46 27 234 130 51
Binary 1101 11000100 1111010 1011101 0 100110 10111 10011100 1011000 101001

Color Harmonies of #0DC47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC47A

Black with #0DC47A

Text Example


Text Example

White with #0DC47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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