Html Css Color HEX #13C68B Mountain Meadow

📋 copy color: '#13C68B'

red 19 ◦ green 198 ◦ blue 139

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

Shades of Mountain Meadow #13C68B

Tints of Mountain Meadow #13C68B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.62%

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 5.34%
G = 55.62%
B = 39.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#13C68B (or 0x13C68B) is known color: Mountain Meadow. HEX triplet: 13, C6 and 8B. RGB value is (19,198,139). Sum of RGB (Red+Green+Blue) = 19+198+139=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #13C68B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C68B is #EC3974. Grayscale: #898989. Windows color (decimal): -15481205 or 9160211. OLE color: 9160211.

HSL color Cylindrical-coordinate representation of color #13C68B: hue angle of 160.22º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C68B is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 198 139 -
CMYK 0.90 0 0.30 0.22
HSL 160.22º 0.82% 0.43% -
HSV(B) 160.22º 0.9% 0.78% -
XYZ 25.12 42.39 31.28 -
YUV 137.75 128.7 43.3 -
System Red Green Blue C M Y K H S L
Decimal 19 198 139 0.90 0 0.30 0.22 160.22 0.82 0.43
Hex 13 C6 8B 5A 0 1E 16 A0 52 2B
Octal 23 306 213 132 0 36 26 240 122 53
Binary 10011 11000110 10001011 1011010 0 11110 10110 10100000 1010010 101011

Color Harmonies of #13C68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C68B

Black with #13C68B

Text Example


Text Example

White with #13C68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,198,139); }

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

background-color css

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

 a { background-color: rgb(19,198,139); }

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

border-color css

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

 span { border-color: rgb(19,198,139); }

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