Html Css Color HEX #10C388 Mountain Meadow

📋 copy color: '#10C388'

red 16 ◦ green 195 ◦ blue 136

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

Shades of Mountain Meadow #10C388

Tints of Mountain Meadow #10C388

RGB

 RED value IS 16 (6.64% from 255) = 4.61%

 GREEN value IS 195 (76.56% from 255) = 56.2%

 BLUE value IS 136 (53.52% from 255) = 39.19%

R = 4.61%
G = 56.2%
B = 39.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#10C388 (or 0x10C388) is known color: Mountain Meadow. HEX triplet: 10, C3 and 88. RGB value is (16,195,136). Sum of RGB (Red+Green+Blue) = 16+195+136=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #10C388 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C388 is #EF3C77. Grayscale: #868686. Windows color (decimal): -15678584 or 8962832. OLE color: 8962832.

HSL color Cylindrical-coordinate representation of color #10C388: hue angle of 160.22º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C388 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 195 136 -
CMYK 0.92 0 0.30 0.24
HSL 160.22º 0.85% 0.41% -
HSV(B) 160.22º 0.92% 0.76% -
XYZ 24.17 40.92 29.92 -
YUV 134.75 128.7 43.3 -
System Red Green Blue C M Y K H S L
Decimal 16 195 136 0.92 0 0.30 0.24 160.22 0.85 0.41
Hex 10 C3 88 5C 0 1E 18 A0 55 29
Octal 20 303 210 134 0 36 30 240 125 51
Binary 10000 11000011 10001000 1011100 0 11110 11000 10100000 1010101 101001

Color Harmonies of #10C388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C388

Black with #10C388

Text Example


Text Example

White with #10C388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10C388; }

 p { color: rgb(16,195,136); }

 H1.HeaderClassName
 {
   color: #10C388;
 }
 .AnyTagClassName
 {
   color: #10C388;
 }
</style>

background-color css

<style>
 a { background-color: #10C388; }

 a { background-color: rgb(16,195,136); }

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

border-color css

<style>
 span { border-color: #10C388; }

 span { border-color: rgb(16,195,136); }

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