#10B78C

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

Shades of Mountain Meadow #10B78C

Tints of Mountain Meadow #10B78C

Color information

#10B78C (or 0x10B78C) is unknown color: approx Mountain Meadow. HEX triplet: 10, B7 and 8C. RGB value is (16,183,140). Sum of RGB (Red+Green+Blue) = 16+183+140=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #10B78C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B78C is #EF4873. Grayscale: #808080. Windows color (decimal): -15681652 or 9221904. OLE color: 9221904.

HSL color Cylindrical-coordinate representation of color #10B78C: hue angle of 164.55º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B78C is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB16183140-
CMYK0.9100.230.28
HSL164.55º83.92%39.02%-
HSV(B)164.55º91.26%71.76%-
XYZ21.8835.8730.58-
YUV128.16134.6748-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.72%
GREEN value IS 183 (71.88% from 255) = 53.98%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=4.72%
G=53.98%
B=41.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal161831400.9100.230.28164.5583.9239.02
Hex10B78C5B0171Ca55427
Octal202672141330273424512447
Binary100001011011110001100101101101011111100101001011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,183,140); }

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

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

 a { background-color: rgb(16,183,140); }

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

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

 span { border-color: rgb(16,183,140); }

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