Html Css Color HEX #13C072 Mountain Meadow

📋 copy color: '#13C072'

red 19 ◦ green 192 ◦ blue 114

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

Shades of Mountain Meadow #13C072

Tints of Mountain Meadow #13C072

RGB

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

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

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

R = 5.85%
G = 59.08%
B = 35.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#13C072 (or 0x13C072) is known color: Mountain Meadow. HEX triplet: 13, C0 and 72. RGB value is (19,192,114). Sum of RGB (Red+Green+Blue) = 19+192+114=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #13C072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C072 is #EC3F8D. Grayscale: #838383. Windows color (decimal): -15482766 or 7520275. OLE color: 7520275.

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

Color convert

RGB 19 192 114 -
CMYK 0.90 0 0.41 0.25
HSL 152.95º 0.82% 0.41% -
HSV(B) 152.95º 0.9% 0.75% -
XYZ 22.16 39.05 22.29 -
YUV 131.38 118.19 47.84 -
System Red Green Blue C M Y K H S L
Decimal 19 192 114 0.90 0 0.41 0.25 152.95 0.82 0.41
Hex 13 C0 72 5A 0 29 19 99 52 29
Octal 23 300 162 132 0 51 31 231 122 51
Binary 10011 11000000 1110010 1011010 0 101001 11001 10011001 1010010 101001

Color Harmonies of #13C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C072

Black with #13C072

Text Example


Text Example

White with #13C072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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