#10CB76

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

Shades of Mountain Meadow #10CB76

Tints of Mountain Meadow #10CB76

Color information

#10CB76 (or 0x10CB76) is unknown color: approx Mountain Meadow. HEX triplet: 10, CB and 76. RGB value is (16,203,118). Sum of RGB (Red+Green+Blue) = 16+203+118=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #10CB76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CB76 is #EF3489. Grayscale: #898989. Windows color (decimal): -15676554 or 7785232. OLE color: 7785232.

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

Color convert

RGB16203118-
CMYK0.9200.420.20
HSL152.73º85.39%42.94%-
HSV(B)152.73º92.12%79.61%-
XYZ24.8444.1324.35-
YUV137.4117.0541.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.75%
GREEN value IS 203 (79.69% from 255) = 60.24%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=4.75%
G=60.24%
B=35.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162031180.9200.420.20152.7385.3942.94
Hex10CB765C02A1499552b
Octal203131661340522423112553
Binary100001100101111101101011100010101010100100110011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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