Html Css Color HEX #13C07A Mountain Meadow

📋 copy color: '#13C07A'

red 19 ◦ green 192 ◦ blue 122

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

Shades of Mountain Meadow #13C07A

Tints of Mountain Meadow #13C07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.64%

R = 5.71%
G = 57.66%
B = 36.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#13C07A (or 0x13C07A) is known color: Mountain Meadow. HEX triplet: 13, C0 and 7A. RGB value is (19,192,122). Sum of RGB (Red+Green+Blue) = 19+192+122=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #13C07A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C07A is #EC3F85. Grayscale: #848484. Windows color (decimal): -15482758 or 8044563. OLE color: 8044563.

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

Color convert

RGB 19 192 122 -
CMYK 0.90 0 0.36 0.25
HSL 155.72º 0.82% 0.41% -
HSV(B) 155.72º 0.9% 0.75% -
XYZ 22.63 39.24 24.79 -
YUV 132.29 122.19 47.19 -
System Red Green Blue C M Y K H S L
Decimal 19 192 122 0.90 0 0.36 0.25 155.72 0.82 0.41
Hex 13 C0 7A 5A 0 24 19 9C 52 29
Octal 23 300 172 132 0 44 31 234 122 51
Binary 10011 11000000 1111010 1011010 0 100100 11001 10011100 1010010 101001

Color Harmonies of #13C07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C07A

Black with #13C07A

Text Example


Text Example

White with #13C07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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