Html Css Color HEX #13C86E Mountain Meadow

📋 copy color: '#13C86E'

red 19 ◦ green 200 ◦ blue 110

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

Shades of Mountain Meadow #13C86E

Tints of Mountain Meadow #13C86E

RGB

 RED value IS 19 (7.81% from 255) = 5.78%

 GREEN value IS 200 (78.52% from 255) = 60.79%

 BLUE value IS 110 (43.36% from 255) = 33.43%

R = 5.78%
G = 60.79%
B = 33.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#13C86E (or 0x13C86E) is known color: Mountain Meadow. HEX triplet: 13, C8 and 6E. RGB value is (19,200,110). Sum of RGB (Red+Green+Blue) = 19+200+110=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #13C86E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C86E is #EC3791. Grayscale: #878787. Windows color (decimal): -15480722 or 7260179. OLE color: 7260179.

HSL color Cylindrical-coordinate representation of color #13C86E: hue angle of 150.17º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C86E is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 200 110 -
CMYK 0.90 0 0.45 0.22
HSL 150.17º 0.83% 0.43% -
HSV(B) 150.17º 0.91% 0.78% -
XYZ 23.74 42.57 21.72 -
YUV 135.62 113.53 44.82 -
System Red Green Blue C M Y K H S L
Decimal 19 200 110 0.90 0 0.45 0.22 150.17 0.83 0.43
Hex 13 C8 6E 5A 0 2D 16 96 53 2B
Octal 23 310 156 132 0 55 26 226 123 53
Binary 10011 11001000 1101110 1011010 0 101101 10110 10010110 1010011 101011

Color Harmonies of #13C86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C86E

Black with #13C86E

Text Example


Text Example

White with #13C86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13C86E; }

 p { color: rgb(19,200,110); }

 H1.HeaderClassName
 {
   color: #13C86E;
 }
 .AnyTagClassName
 {
   color: #13C86E;
 }
</style>

background-color css

<style>
 a { background-color: #13C86E; }

 a { background-color: rgb(19,200,110); }

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

border-color css

<style>
 span { border-color: #13C86E; }

 span { border-color: rgb(19,200,110); }

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