Html Css Color HEX #13CC7B Mountain Meadow

📋 copy color: '#13CC7B'

red 19 ◦ green 204 ◦ blue 123

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

Shades of Mountain Meadow #13CC7B

Tints of Mountain Meadow #13CC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 5.49%
G = 58.96%
B = 35.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#13CC7B (or 0x13CC7B) is known color: Mountain Meadow. HEX triplet: 13, CC and 7B. RGB value is (19,204,123). Sum of RGB (Red+Green+Blue) = 19+204+123=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CC7B is #EC3384. Grayscale: #8B8B8B. Windows color (decimal): -15479685 or 8113171. OLE color: 8113171.

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

Color convert

RGB 19 204 123 -
CMYK 0.91 0 0.40 0.2
HSL 153.73º 0.83% 0.44% -
HSV(B) 153.73º 0.91% 0.8% -
XYZ 25.44 44.75 26.04 -
YUV 139.45 118.71 42.09 -
System Red Green Blue C M Y K H S L
Decimal 19 204 123 0.91 0 0.40 0.2 153.73 0.83 0.44
Hex 13 CC 7B 5B 0 28 14 9A 53 2C
Octal 23 314 173 133 0 50 24 232 123 54
Binary 10011 11001100 1111011 1011011 0 101000 10100 10011010 1010011 101100

Color Harmonies of #13CC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC7B

Black with #13CC7B

Text Example


Text Example

White with #13CC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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