Html Css Color HEX #13C08A Mountain Meadow

📋 copy color: '#13C08A'

red 19 ◦ green 192 ◦ blue 138

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

Shades of Mountain Meadow #13C08A

Tints of Mountain Meadow #13C08A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.01%

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

R = 5.44%
G = 55.01%
B = 39.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#13C08A (or 0x13C08A) is known color: Mountain Meadow. HEX triplet: 13, C0 and 8A. RGB value is (19,192,138). Sum of RGB (Red+Green+Blue) = 19+192+138=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #13C08A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C08A is #EC3F75. Grayscale: #868686. Windows color (decimal): -15482742 or 9093139. OLE color: 9093139.

HSL color Cylindrical-coordinate representation of color #13C08A: hue angle of 161.27º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C08A is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 192 138 -
CMYK 0.90 0 0.28 0.25
HSL 161.27º 0.82% 0.41% -
HSV(B) 161.27º 0.9% 0.75% -
XYZ 23.71 39.67 30.45 -
YUV 134.12 130.19 45.89 -
System Red Green Blue C M Y K H S L
Decimal 19 192 138 0.90 0 0.28 0.25 161.27 0.82 0.41
Hex 13 C0 8A 5A 0 1C 19 A1 52 29
Octal 23 300 212 132 0 34 31 241 122 51
Binary 10011 11000000 10001010 1011010 0 11100 11001 10100001 1010010 101001

Color Harmonies of #13C08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C08A

Black with #13C08A

Text Example


Text Example

White with #13C08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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