Html Css Color HEX #13CC7C Mountain Meadow

📋 copy color: '#13CC7C'

red 19 ◦ green 204 ◦ blue 124

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

Shades of Mountain Meadow #13CC7C

Tints of Mountain Meadow #13CC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 5.48%
G = 58.79%
B = 35.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#13CC7C (or 0x13CC7C) is known color: Mountain Meadow. HEX triplet: 13, CC and 7C. RGB value is (19,204,124). Sum of RGB (Red+Green+Blue) = 19+204+124=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 204 (80.08% from 255 or 58.79% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CC7C is #EC3383. Grayscale: #8B8B8B. Windows color (decimal): -15479684 or 8178707. OLE color: 8178707.

HSL color Cylindrical-coordinate representation of color #13CC7C: hue angle of 154.05º 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 #13CC7C is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 204 124 -
CMYK 0.91 0 0.39 0.2
HSL 154.05º 0.83% 0.44% -
HSV(B) 154.05º 0.91% 0.8% -
XYZ 25.5 44.78 26.37 -
YUV 139.57 119.21 42 -
System Red Green Blue C M Y K H S L
Decimal 19 204 124 0.91 0 0.39 0.2 154.05 0.83 0.44
Hex 13 CC 7C 5B 0 27 14 9A 53 2C
Octal 23 314 174 133 0 47 24 232 123 54
Binary 10011 11001100 1111100 1011011 0 100111 10100 10011010 1010011 101100

Color Harmonies of #13CC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC7C

Black with #13CC7C

Text Example


Text Example

White with #13CC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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