Html Css Color HEX #13CC70 Mountain Meadow

📋 copy color: '#13CC70'

red 19 ◦ green 204 ◦ blue 112

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

Shades of Mountain Meadow #13CC70

Tints of Mountain Meadow #13CC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 5.67%
G = 60.9%
B = 33.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#13CC70 (or 0x13CC70) is known color: Mountain Meadow. HEX triplet: 13, CC and 70. RGB value is (19,204,112). Sum of RGB (Red+Green+Blue) = 19+204+112=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CC70 is #EC338F. Grayscale: #8A8A8A. Windows color (decimal): -15479696 or 7392275. OLE color: 7392275.

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

Color convert

RGB 19 204 112 -
CMYK 0.91 0 0.45 0.2
HSL 150.16º 0.83% 0.44% -
HSV(B) 150.16º 0.91% 0.8% -
XYZ 24.79 44.49 22.61 -
YUV 138.2 113.21 42.98 -
System Red Green Blue C M Y K H S L
Decimal 19 204 112 0.91 0 0.45 0.2 150.16 0.83 0.44
Hex 13 CC 70 5B 0 2D 14 96 53 2C
Octal 23 314 160 133 0 55 24 226 123 54
Binary 10011 11001100 1110000 1011011 0 101101 10100 10010110 1010011 101100

Color Harmonies of #13CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC70

Black with #13CC70

Text Example


Text Example

White with #13CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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