#10C28E

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

Shades of Mountain Meadow #10C28E

Tints of Mountain Meadow #10C28E

Color information

#10C28E (or 0x10C28E) is unknown color: approx Mountain Meadow. HEX triplet: 10, C2 and 8E. RGB value is (16,194,142). Sum of RGB (Red+Green+Blue) = 16+194+142=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #10C28E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C28E is #EF3D71. Grayscale: #868686. Windows color (decimal): -15678834 or 9355792. OLE color: 9355792.

HSL color Cylindrical-coordinate representation of color #10C28E: hue angle of 162.47º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C28E is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB16194142-
CMYK0.9200.270.24
HSL162.47º84.76%41.18%-
HSV(B)162.47º91.75%76.08%-
XYZ24.3940.6532.15-
YUV134.85132.0343.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.55%
GREEN value IS 194 (76.17% from 255) = 55.11%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=4.55%
G=55.11%
B=40.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161941420.9200.270.24162.4784.7641.18
Hex10C28E5C01B18a25529
Octal203022161340333024212551
Binary100001100001010001110101110001101111000101000101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,194,142); }

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

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

 a { background-color: rgb(16,194,142); }

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

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

 span { border-color: rgb(16,194,142); }

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