Html Css Color HEX #13C06D Mountain Meadow

📋 copy color: '#13C06D'

red 19 ◦ green 192 ◦ blue 109

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

Shades of Mountain Meadow #13C06D

Tints of Mountain Meadow #13C06D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60%

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 5.94%
G = 60%
B = 34.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#13C06D (or 0x13C06D) is known color: Mountain Meadow. HEX triplet: 13, C0 and 6D. RGB value is (19,192,109). Sum of RGB (Red+Green+Blue) = 19+192+109=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #13C06D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C06D is #EC3F92. Grayscale: #828282. Windows color (decimal): -15482771 or 7192595. OLE color: 7192595.

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

Color convert

RGB 19 192 109 -
CMYK 0.90 0 0.43 0.25
HSL 151.21º 0.82% 0.41% -
HSV(B) 151.21º 0.9% 0.75% -
XYZ 21.88 38.94 20.83 -
YUV 130.81 115.69 48.25 -
System Red Green Blue C M Y K H S L
Decimal 19 192 109 0.90 0 0.43 0.25 151.21 0.82 0.41
Hex 13 C0 6D 5A 0 2B 19 97 52 29
Octal 23 300 155 132 0 53 31 227 122 51
Binary 10011 11000000 1101101 1011010 0 101011 11001 10010111 1010010 101001

Color Harmonies of #13C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C06D

Black with #13C06D

Text Example


Text Example

White with #13C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,192,109); }

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

background-color css

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

 a { background-color: rgb(19,192,109); }

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

border-color css

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

 span { border-color: rgb(19,192,109); }

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