Html Css Color HEX #13C28F Mountain Meadow

📋 copy color: '#13C28F'

red 19 ◦ green 194 ◦ blue 143

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

Shades of Mountain Meadow #13C28F

Tints of Mountain Meadow #13C28F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.49%

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

R = 5.34%
G = 54.49%
B = 40.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#13C28F (or 0x13C28F) is known color: Mountain Meadow. HEX triplet: 13, C2 and 8F. RGB value is (19,194,143). Sum of RGB (Red+Green+Blue) = 19+194+143=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #13C28F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C28F is #EC3D70. Grayscale: #878787. Windows color (decimal): -15482225 or 9421331. OLE color: 9421331.

HSL color Cylindrical-coordinate representation of color #13C28F: hue angle of 162.51º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C28F is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 194 143 -
CMYK 0.90 0 0.26 0.24
HSL 162.51º 0.82% 0.42% -
HSV(B) 162.51º 0.9% 0.76% -
XYZ 24.52 40.71 32.55 -
YUV 135.86 132.02 44.65 -
System Red Green Blue C M Y K H S L
Decimal 19 194 143 0.90 0 0.26 0.24 162.51 0.82 0.42
Hex 13 C2 8F 5A 0 1A 18 A3 52 2A
Octal 23 302 217 132 0 32 30 243 122 52
Binary 10011 11000010 10001111 1011010 0 11010 11000 10100011 1010010 101010

Color Harmonies of #13C28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C28F

Black with #13C28F

Text Example


Text Example

White with #13C28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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