Html Css Color HEX #13C97A Mountain Meadow

📋 copy color: '#13C97A'

red 19 ◦ green 201 ◦ blue 122

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

Shades of Mountain Meadow #13C97A

Tints of Mountain Meadow #13C97A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 58.77%

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

R = 5.56%
G = 58.77%
B = 35.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#13C97A (or 0x13C97A) is known color: Mountain Meadow. HEX triplet: 13, C9 and 7A. RGB value is (19,201,122). Sum of RGB (Red+Green+Blue) = 19+201+122=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 201 (78.91% from 255 or 58.77% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 201 - color contains mainly: green. Hex color #13C97A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C97A is #EC3685. Grayscale: #898989. Windows color (decimal): -15480454 or 8046867. OLE color: 8046867.

HSL color Cylindrical-coordinate representation of color #13C97A: hue angle of 153.96º 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 #13C97A is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 201 122 -
CMYK 0.91 0 0.39 0.21
HSL 153.96º 0.83% 0.43% -
HSV(B) 153.96º 0.91% 0.79% -
XYZ 24.67 43.32 25.47 -
YUV 137.58 119.2 43.42 -
System Red Green Blue C M Y K H S L
Decimal 19 201 122 0.91 0 0.39 0.21 153.96 0.83 0.43
Hex 13 C9 7A 5B 0 27 15 9A 53 2B
Octal 23 311 172 133 0 47 25 232 123 53
Binary 10011 11001001 1111010 1011011 0 100111 10101 10011010 1010011 101011

Color Harmonies of #13C97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C97A

Black with #13C97A

Text Example


Text Example

White with #13C97A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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