Html Css Color HEX #13CC76 Mountain Meadow

📋 copy color: '#13CC76'

red 19 ◦ green 204 ◦ blue 118

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

Shades of Mountain Meadow #13CC76

Tints of Mountain Meadow #13CC76

RGB

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

 GREEN value IS 204 (80.08% from 255) = 59.82%

 BLUE value IS 118 (46.48% from 255) = 34.6%

R = 5.57%
G = 59.82%
B = 34.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#13CC76 (or 0x13CC76) is known color: Mountain Meadow. HEX triplet: 13, CC and 76. RGB value is (19,204,118). Sum of RGB (Red+Green+Blue) = 19+204+118=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CC76 is #EC3389. Grayscale: #8B8B8B. Windows color (decimal): -15479690 or 7785491. OLE color: 7785491.

HSL color Cylindrical-coordinate representation of color #13CC76: hue angle of 152.11º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CC76 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 204 118 -
CMYK 0.91 0 0.42 0.2
HSL 152.11º 0.83% 0.44% -
HSV(B) 152.11º 0.91% 0.8% -
XYZ 25.13 44.63 24.43 -
YUV 138.88 116.21 42.49 -
System Red Green Blue C M Y K H S L
Decimal 19 204 118 0.91 0 0.42 0.2 152.11 0.83 0.44
Hex 13 CC 76 5B 0 2A 14 98 53 2C
Octal 23 314 166 133 0 52 24 230 123 54
Binary 10011 11001100 1110110 1011011 0 101010 10100 10011000 1010011 101100

Color Harmonies of #13CC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC76

Black with #13CC76

Text Example


Text Example

White with #13CC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,204,118); }

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

background-color css

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

 a { background-color: rgb(19,204,118); }

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

border-color css

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

 span { border-color: rgb(19,204,118); }

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