Html Css Color HEX #13C094 Mountain Meadow

📋 copy color: '#13C094'

red 19 ◦ green 192 ◦ blue 148

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

Shades of Mountain Meadow #13C094

Tints of Mountain Meadow #13C094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 5.29%
G = 53.48%
B = 41.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#13C094 (or 0x13C094) is known color: Mountain Meadow. HEX triplet: 13, C0 and 94. RGB value is (19,192,148). Sum of RGB (Red+Green+Blue) = 19+192+148=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #13C094 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C094 is #EC3F6B. Grayscale: #878787. Windows color (decimal): -15482732 or 9748499. OLE color: 9748499.

HSL color Cylindrical-coordinate representation of color #13C094: hue angle of 164.74º 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 #13C094 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 192 148 -
CMYK 0.90 0 0.23 0.25
HSL 164.74º 0.82% 0.41% -
HSV(B) 164.74º 0.9% 0.75% -
XYZ 24.46 39.98 34.44 -
YUV 135.26 135.19 45.08 -
System Red Green Blue C M Y K H S L
Decimal 19 192 148 0.90 0 0.23 0.25 164.74 0.82 0.41
Hex 13 C0 94 5A 0 17 19 A5 52 29
Octal 23 300 224 132 0 27 31 245 122 51
Binary 10011 11000000 10010100 1011010 0 10111 11001 10100101 1010010 101001

Color Harmonies of #13C094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C094

Black with #13C094

Text Example


Text Example

White with #13C094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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