Html Css Color HEX #13C070 Mountain Meadow

📋 copy color: '#13C070'

red 19 ◦ green 192 ◦ blue 112

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

Shades of Mountain Meadow #13C070

Tints of Mountain Meadow #13C070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.67%

R = 5.88%
G = 59.44%
B = 34.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#13C070 (or 0x13C070) is known color: Mountain Meadow. HEX triplet: 13, C0 and 70. RGB value is (19,192,112). Sum of RGB (Red+Green+Blue) = 19+192+112=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #13C070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C070 is #EC3F8F. Grayscale: #838383. Windows color (decimal): -15482768 or 7389203. OLE color: 7389203.

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

Color convert

RGB 19 192 112 -
CMYK 0.90 0 0.42 0.25
HSL 152.25º 0.82% 0.41% -
HSV(B) 152.25º 0.9% 0.75% -
XYZ 22.04 39.01 21.7 -
YUV 131.15 117.19 48 -
System Red Green Blue C M Y K H S L
Decimal 19 192 112 0.90 0 0.42 0.25 152.25 0.82 0.41
Hex 13 C0 70 5A 0 2A 19 98 52 29
Octal 23 300 160 132 0 52 31 230 122 51
Binary 10011 11000000 1110000 1011010 0 101010 11001 10011000 1010010 101001

Color Harmonies of #13C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C070

Black with #13C070

Text Example


Text Example

White with #13C070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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