Html Css Color HEX #0DC671 Mountain Meadow

📋 copy color: '#0DC671'

red 13 ◦ green 198 ◦ blue 113

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

Shades of Mountain Meadow #0DC671

Tints of Mountain Meadow #0DC671

RGB

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

 GREEN value IS 198 (77.73% from 255) = 61.11%

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 4.01%
G = 61.11%
B = 34.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#0DC671 (or 0x0DC671) is known color: Mountain Meadow. HEX triplet: 0D, C6 and 71. RGB value is (13,198,113). Sum of RGB (Red+Green+Blue) = 13+198+113=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 198 (77.73% from 255 or 61.11% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC671 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC671 is #F2398E. Grayscale: #858585. Windows color (decimal): -15874447 or 7456269. OLE color: 7456269.

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

Color convert

RGB 13 198 113 -
CMYK 0.93 0 0.43 0.22
HSL 152.43º 0.88% 0.41% -
HSV(B) 152.43º 0.93% 0.78% -
XYZ 23.34 41.67 22.43 -
YUV 133 116.71 42.41 -
System Red Green Blue C M Y K H S L
Decimal 13 198 113 0.93 0 0.43 0.22 152.43 0.88 0.41
Hex D C6 71 5D 0 2B 16 98 58 29
Octal 15 306 161 135 0 53 26 230 130 51
Binary 1101 11000110 1110001 1011101 0 101011 10110 10011000 1011000 101001

Color Harmonies of #0DC671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC671

Black with #0DC671

Text Example


Text Example

White with #0DC671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,198,113); }

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

background-color css

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

 a { background-color: rgb(13,198,113); }

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

border-color css

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

 span { border-color: rgb(13,198,113); }

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