Html Css Color HEX #13C291 Mountain Meadow

📋 copy color: '#13C291'

red 19 ◦ green 194 ◦ blue 145

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

Shades of Mountain Meadow #13C291

Tints of Mountain Meadow #13C291

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.19%

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 5.31%
G = 54.19%
B = 40.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#13C291 (or 0x13C291) is known color: Mountain Meadow. HEX triplet: 13, C2 and 91. RGB value is (19,194,145). Sum of RGB (Red+Green+Blue) = 19+194+145=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #13C291 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C291 is #EC3D6E. Grayscale: #888888. Windows color (decimal): -15482223 or 9552403. OLE color: 9552403.

HSL color Cylindrical-coordinate representation of color #13C291: hue angle of 163.2º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C291 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 194 145 -
CMYK 0.90 0 0.25 0.24
HSL 163.2º 0.82% 0.42% -
HSV(B) 163.2º 0.9% 0.76% -
XYZ 24.67 40.77 33.36 -
YUV 136.09 133.02 44.48 -
System Red Green Blue C M Y K H S L
Decimal 19 194 145 0.90 0 0.25 0.24 163.2 0.82 0.42
Hex 13 C2 91 5A 0 19 18 A3 52 2A
Octal 23 302 221 132 0 31 30 243 122 52
Binary 10011 11000010 10010001 1011010 0 11001 11000 10100011 1010010 101010

Color Harmonies of #13C291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C291

Black with #13C291

Text Example


Text Example

White with #13C291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,194,145); }

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

background-color css

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

 a { background-color: rgb(19,194,145); }

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

border-color css

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

 span { border-color: rgb(19,194,145); }

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