#10C782

Color #10C782 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #10C782

Tints of Mountain Meadow #10C782

Color information

#10C782 (or 0x10C782) is unknown color: approx Mountain Meadow. HEX triplet: 10, C7 and 82. RGB value is (16,199,130). Sum of RGB (Red+Green+Blue) = 16+199+130=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 199 (78.12% from 255 or 57.68% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 199 - color contains mainly: green. Hex color #10C782 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C782 is #EF387D. Grayscale: #888888. Windows color (decimal): -15677566 or 8570640. OLE color: 8570640.

HSL color Cylindrical-coordinate representation of color #10C782: hue angle of 157.38º 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 #10C782 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB16199130-
CMYK0.9200.350.22
HSL157.38º85.12%42.16%-
HSV(B)157.38º91.96%78.04%-
XYZ24.6742.5728.04-
YUV136.42124.3742.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.64%
GREEN value IS 199 (78.12% from 255) = 57.68%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=4.64%
G=57.68%
B=37.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161991300.9200.350.22157.3885.1242.16
Hex10C7825C023169d552a
Octal203072021340432623512552
Binary1000011000111100000101011100010001110110100111011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,199,130); }

 H1.HeaderClassName
 {
   color: #10C782;
 }
 .AnyTagClassName
 {
   color: #10C782;
 }
</style>
background-color css

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

 a { background-color: rgb(16,199,130); }

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

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

 span { border-color: rgb(16,199,130); }

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