#10C684

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

Shades of Mountain Meadow #10C684

Tints of Mountain Meadow #10C684

Color information

#10C684 (or 0x10C684) is unknown color: approx Mountain Meadow. HEX triplet: 10, C6 and 84. RGB value is (16,198,132). Sum of RGB (Red+Green+Blue) = 16+198+132=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 198 (77.73% from 255 or 57.23% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 198 - color contains mainly: green. Hex color #10C684 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C684 is #EF397B. Grayscale: #888888. Windows color (decimal): -15677820 or 8701456. OLE color: 8701456.

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

Color convert

RGB16198132-
CMYK0.9200.330.22
HSL158.24º85.05%41.96%-
HSV(B)158.24º91.92%77.65%-
XYZ24.5742.1628.67-
YUV136.06125.742.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.62%
GREEN value IS 198 (77.73% from 255) = 57.23%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=4.62%
G=57.23%
B=38.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161981320.9200.330.22158.2485.0541.96
Hex10C6845C021169e552a
Octal203062041340412623612552
Binary1000011000110100001001011100010000110110100111101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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