Html Css Color HEX #13C972 Mountain Meadow

📋 copy color: '#13C972'

red 19 ◦ green 201 ◦ blue 114

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

Shades of Mountain Meadow #13C972

Tints of Mountain Meadow #13C972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.13%

R = 5.69%
G = 60.18%
B = 34.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#13C972 (or 0x13C972) is known color: Mountain Meadow. HEX triplet: 13, C9 and 72. RGB value is (19,201,114). Sum of RGB (Red+Green+Blue) = 19+201+114=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #13C972 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C972 is #EC368D. Grayscale: #888888. Windows color (decimal): -15480462 or 7522579. OLE color: 7522579.

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

Color convert

RGB 19 201 114 -
CMYK 0.91 0 0.43 0.21
HSL 151.32º 0.83% 0.43% -
HSV(B) 151.32º 0.91% 0.79% -
XYZ 24.19 43.13 22.97 -
YUV 136.66 115.2 44.07 -
System Red Green Blue C M Y K H S L
Decimal 19 201 114 0.91 0 0.43 0.21 151.32 0.83 0.43
Hex 13 C9 72 5B 0 2B 15 97 53 2B
Octal 23 311 162 133 0 53 25 227 123 53
Binary 10011 11001001 1110010 1011011 0 101011 10101 10010111 1010011 101011

Color Harmonies of #13C972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C972

Black with #13C972

Text Example


Text Example

White with #13C972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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