Html Css Color HEX #13C271 Mountain Meadow

📋 copy color: '#13C271'

red 19 ◦ green 194 ◦ blue 113

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

Shades of Mountain Meadow #13C271

Tints of Mountain Meadow #13C271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.66%

R = 5.83%
G = 59.51%
B = 34.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#13C271 (or 0x13C271) is known color: Mountain Meadow. HEX triplet: 13, C2 and 71. RGB value is (19,194,113). Sum of RGB (Red+Green+Blue) = 19+194+113=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #13C271 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C271 is #EC3D8E. Grayscale: #848484. Windows color (decimal): -15482255 or 7455251. OLE color: 7455251.

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

Color convert

RGB 19 194 113 -
CMYK 0.90 0 0.42 0.24
HSL 152.23º 0.82% 0.42% -
HSV(B) 152.23º 0.9% 0.76% -
XYZ 22.54 39.91 22.14 -
YUV 132.44 117.02 47.09 -
System Red Green Blue C M Y K H S L
Decimal 19 194 113 0.90 0 0.42 0.24 152.23 0.82 0.42
Hex 13 C2 71 5A 0 2A 18 98 52 2A
Octal 23 302 161 132 0 52 30 230 122 52
Binary 10011 11000010 1110001 1011010 0 101010 11000 10011000 1010010 101010

Color Harmonies of #13C271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C271

Black with #13C271

Text Example


Text Example

White with #13C271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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