#13C96E

Color #13C96E Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #13C96E

Tints of Mountain Meadow #13C96E

Color information

#13C96E (or 0x13C96E) is unknown color: approx Mountain Meadow. HEX triplet: 13, C9 and 6E. RGB value is (19,201,110). Sum of RGB (Red+Green+Blue) = 19+201+110=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 201 (78.91% from 255 or 60.91% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 201 - color contains mainly: green. Hex color #13C96E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C96E is #EC3691. Grayscale: #888888. Windows color (decimal): -15480466 or 7260435. OLE color: 7260435.

HSL color Cylindrical-coordinate representation of color #13C96E: hue angle of 150º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C96E is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB19201110-
CMYK0.9100.450.21
HSL150º82.73%43.14%-
HSV(B)150º90.55%78.82%-
XYZ23.9743.0421.8-
YUV136.21113.244.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.76%
GREEN value IS 201 (78.91% from 255) = 60.91%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=5.76%
G=60.91%
B=33.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192011100.9100.450.2115082.7343.14
Hex13C96E5B02D1596532b
Octal233111561330552522612353
Binary100111100100111011101011011010110110101100101101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13C96E;
 }
 .AnyTagClassName
 {
   color: #13C96E;
 }
</style>
background-color css

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

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

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

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

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

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