Html Css Color HEX #13C16E Mountain Meadow

📋 copy color: '#13C16E'

red 19 ◦ green 193 ◦ blue 110

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

Shades of Mountain Meadow #13C16E

Tints of Mountain Meadow #13C16E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.94%

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

R = 5.9%
G = 59.94%
B = 34.16%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#13C16E (or 0x13C16E) is known color: Mountain Meadow. HEX triplet: 13, C1 and 6E. RGB value is (19,193,110). Sum of RGB (Red+Green+Blue) = 19+193+110=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 193 (75.78% from 255 or 59.94% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 193 - color contains mainly: green. Hex color #13C16E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C16E is #EC3E91. Grayscale: #838383. Windows color (decimal): -15482514 or 7258387. OLE color: 7258387.

HSL color Cylindrical-coordinate representation of color #13C16E: hue angle of 151.38º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C16E is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 193 110 -
CMYK 0.90 0 0.43 0.24
HSL 151.38º 0.82% 0.42% -
HSV(B) 151.38º 0.9% 0.76% -
XYZ 22.15 39.4 21.19 -
YUV 131.51 115.85 47.75 -
System Red Green Blue C M Y K H S L
Decimal 19 193 110 0.90 0 0.43 0.24 151.38 0.82 0.42
Hex 13 C1 6E 5A 0 2B 18 97 52 2A
Octal 23 301 156 132 0 53 30 227 122 52
Binary 10011 11000001 1101110 1011010 0 101011 11000 10010111 1010010 101010

Color Harmonies of #13C16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C16E

Black with #13C16E

Text Example


Text Example

White with #13C16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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