Html Css Color HEX #10C676 Mountain Meadow

📋 copy color: '#10C676'

red 16 ◦ green 198 ◦ blue 118

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

Shades of Mountain Meadow #10C676

Tints of Mountain Meadow #10C676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 4.82%
G = 59.64%
B = 35.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#10C676 (or 0x10C676) is known color: Mountain Meadow. HEX triplet: 10, C6 and 76. RGB value is (16,198,118). Sum of RGB (Red+Green+Blue) = 16+198+118=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 198 (77.73% from 255 or 59.64% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 198 - color contains mainly: green. Hex color #10C676 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C676 is #EF3989. Grayscale: #868686. Windows color (decimal): -15677834 or 7783952. OLE color: 7783952.

HSL color Cylindrical-coordinate representation of color #10C676: hue angle of 153.63º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C676 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 198 118 -
CMYK 0.92 0 0.40 0.22
HSL 153.63º 0.85% 0.42% -
HSV(B) 153.63º 0.92% 0.78% -
XYZ 23.68 41.81 23.96 -
YUV 134.46 118.7 43.5 -
System Red Green Blue C M Y K H S L
Decimal 16 198 118 0.92 0 0.40 0.22 153.63 0.85 0.42
Hex 10 C6 76 5C 0 28 16 9A 55 2A
Octal 20 306 166 134 0 50 26 232 125 52
Binary 10000 11000110 1110110 1011100 0 101000 10110 10011010 1010101 101010

Color Harmonies of #10C676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C676

Black with #10C676

Text Example


Text Example

White with #10C676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,198,118); }

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

background-color css

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

 a { background-color: rgb(16,198,118); }

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

border-color css

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

 span { border-color: rgb(16,198,118); }

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