Html Css Color HEX #13C073 Mountain Meadow

📋 copy color: '#13C073'

red 19 ◦ green 192 ◦ blue 115

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

Shades of Mountain Meadow #13C073

Tints of Mountain Meadow #13C073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.28%

R = 5.83%
G = 58.9%
B = 35.28%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#13C073 (or 0x13C073) is known color: Mountain Meadow. HEX triplet: 13, C0 and 73. RGB value is (19,192,115). Sum of RGB (Red+Green+Blue) = 19+192+115=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #13C073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C073 is #EC3F8C. Grayscale: #838383. Windows color (decimal): -15482765 or 7585811. OLE color: 7585811.

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

Color convert

RGB 19 192 115 -
CMYK 0.90 0 0.40 0.25
HSL 153.29º 0.82% 0.41% -
HSV(B) 153.29º 0.9% 0.75% -
XYZ 22.21 39.08 22.59 -
YUV 131.5 118.69 47.76 -
System Red Green Blue C M Y K H S L
Decimal 19 192 115 0.90 0 0.40 0.25 153.29 0.82 0.41
Hex 13 C0 73 5A 0 28 19 99 52 29
Octal 23 300 163 132 0 50 31 231 122 51
Binary 10011 11000000 1110011 1011010 0 101000 11001 10011001 1010010 101001

Color Harmonies of #13C073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C073

Black with #13C073

Text Example


Text Example

White with #13C073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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