Html Css Color HEX #13C68F Mountain Meadow

📋 copy color: '#13C68F'

red 19 ◦ green 198 ◦ blue 143

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

Shades of Mountain Meadow #13C68F

Tints of Mountain Meadow #13C68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.72%

R = 5.28%
G = 55%
B = 39.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#13C68F (or 0x13C68F) is known color: Mountain Meadow. HEX triplet: 13, C6 and 8F. RGB value is (19,198,143). Sum of RGB (Red+Green+Blue) = 19+198+143=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 198 (77.73% from 255 or 55% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 198 - color contains mainly: green. Hex color #13C68F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C68F is #EC3970. Grayscale: #8A8A8A. Windows color (decimal): -15481201 or 9422355. OLE color: 9422355.

HSL color Cylindrical-coordinate representation of color #13C68F: hue angle of 161.56º 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 #13C68F is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 198 143 -
CMYK 0.90 0 0.28 0.22
HSL 161.56º 0.82% 0.43% -
HSV(B) 161.56º 0.9% 0.78% -
XYZ 25.42 42.51 32.85 -
YUV 138.21 130.7 42.97 -
System Red Green Blue C M Y K H S L
Decimal 19 198 143 0.90 0 0.28 0.22 161.56 0.82 0.43
Hex 13 C6 8F 5A 0 1C 16 A2 52 2B
Octal 23 306 217 132 0 34 26 242 122 53
Binary 10011 11000110 10001111 1011010 0 11100 10110 10100010 1010010 101011

Color Harmonies of #13C68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C68F

Black with #13C68F

Text Example


Text Example

White with #13C68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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