Html Css Color HEX #13C381 Mountain Meadow

📋 copy color: '#13C381'

red 19 ◦ green 195 ◦ blue 129

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

Shades of Mountain Meadow #13C381

Tints of Mountain Meadow #13C381

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.85%

 BLUE value IS 129 (50.78% from 255) = 37.61%

R = 5.54%
G = 56.85%
B = 37.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#13C381 (or 0x13C381) is known color: Mountain Meadow. HEX triplet: 13, C3 and 81. RGB value is (19,195,129). Sum of RGB (Red+Green+Blue) = 19+195+129=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 195 (76.56% from 255 or 56.85% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 195 - color contains mainly: green. Hex color #13C381 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C381 is #EC3C7E. Grayscale: #868686. Windows color (decimal): -15481983 or 8504083. OLE color: 8504083.

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

Color convert

RGB 19 195 129 -
CMYK 0.90 0 0.34 0.24
HSL 157.5º 0.82% 0.42% -
HSV(B) 157.5º 0.9% 0.76% -
XYZ 23.75 40.75 27.38 -
YUV 134.85 124.69 45.37 -
System Red Green Blue C M Y K H S L
Decimal 19 195 129 0.90 0 0.34 0.24 157.5 0.82 0.42
Hex 13 C3 81 5A 0 22 18 9E 52 2A
Octal 23 303 201 132 0 42 30 236 122 52
Binary 10011 11000011 10000001 1011010 0 100010 11000 10011110 1010010 101010

Color Harmonies of #13C381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C381

Black with #13C381

Text Example


Text Example

White with #13C381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,195,129); }

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

background-color css

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

 a { background-color: rgb(19,195,129); }

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

border-color css

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

 span { border-color: rgb(19,195,129); }

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