Html Css Color HEX #13C68A Mountain Meadow

📋 copy color: '#13C68A'

red 19 ◦ green 198 ◦ blue 138

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

Shades of Mountain Meadow #13C68A

Tints of Mountain Meadow #13C68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 5.35%
G = 55.77%
B = 38.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#13C68A (or 0x13C68A) is known color: Mountain Meadow. HEX triplet: 13, C6 and 8A. RGB value is (19,198,138). Sum of RGB (Red+Green+Blue) = 19+198+138=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #13C68A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C68A is #EC3975. Grayscale: #898989. Windows color (decimal): -15481206 or 9094675. OLE color: 9094675.

HSL color Cylindrical-coordinate representation of color #13C68A: hue angle of 159.89º degrees, saturation: 0.82, 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 #13C68A is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 198 138 -
CMYK 0.90 0 0.30 0.22
HSL 159.89º 0.82% 0.43% -
HSV(B) 159.89º 0.9% 0.78% -
XYZ 25.05 42.36 30.9 -
YUV 137.64 128.2 43.38 -
System Red Green Blue C M Y K H S L
Decimal 19 198 138 0.90 0 0.30 0.22 159.89 0.82 0.43
Hex 13 C6 8A 5A 0 1E 16 A0 52 2B
Octal 23 306 212 132 0 36 26 240 122 53
Binary 10011 11000110 10001010 1011010 0 11110 10110 10100000 1010010 101011

Color Harmonies of #13C68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C68A

Black with #13C68A

Text Example


Text Example

White with #13C68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,198,138); }

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

background-color css

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

 a { background-color: rgb(19,198,138); }

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

border-color css

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

 span { border-color: rgb(19,198,138); }

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