Html Css Color HEX #10CC76 Mountain Meadow

📋 copy color: '#10CC76'

red 16 ◦ green 204 ◦ blue 118

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

Shades of Mountain Meadow #10CC76

Tints of Mountain Meadow #10CC76

RGB

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

 GREEN value IS 204 (80.08% from 255) = 60.36%

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

R = 4.73%
G = 60.36%
B = 34.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#10CC76 (or 0x10CC76) is known color: Mountain Meadow. HEX triplet: 10, CC and 76. RGB value is (16,204,118). Sum of RGB (Red+Green+Blue) = 16+204+118=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 204 (80.08% from 255 or 60.36% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CC76 is #EF3389. Grayscale: #8A8A8A. Windows color (decimal): -15676298 or 7785488. OLE color: 7785488.

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

Color convert

RGB 16 204 118 -
CMYK 0.92 0 0.42 0.2
HSL 152.55º 0.85% 0.43% -
HSV(B) 152.55º 0.92% 0.8% -
XYZ 25.08 44.6 24.43 -
YUV 137.98 116.72 40.99 -
System Red Green Blue C M Y K H S L
Decimal 16 204 118 0.92 0 0.42 0.2 152.55 0.85 0.43
Hex 10 CC 76 5C 0 2A 14 99 55 2B
Octal 20 314 166 134 0 52 24 231 125 53
Binary 10000 11001100 1110110 1011100 0 101010 10100 10011001 1010101 101011

Color Harmonies of #10CC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CC76

Black with #10CC76

Text Example


Text Example

White with #10CC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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