#10C28F

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

Shades of Mountain Meadow #10C28F

Tints of Mountain Meadow #10C28F

Color information

#10C28F (or 0x10C28F) is unknown color: approx Mountain Meadow. HEX triplet: 10, C2 and 8F. RGB value is (16,194,143). Sum of RGB (Red+Green+Blue) = 16+194+143=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #10C28F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C28F is #EF3D70. Grayscale: #868686. Windows color (decimal): -15678833 or 9421328. OLE color: 9421328.

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

Color convert

RGB16194143-
CMYK0.9200.260.24
HSL162.81º84.76%41.18%-
HSV(B)162.81º91.75%76.08%-
XYZ24.4640.6832.55-
YUV134.96132.5343.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.53%
GREEN value IS 194 (76.17% from 255) = 54.96%
BLUE value IS 143 (56.25% from 255) = 40.51%
R=4.53%
G=54.96%
B=40.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161941430.9200.260.24162.8184.7641.18
Hex10C28F5C01A18a35529
Octal203022171340323024312551
Binary100001100001010001111101110001101011000101000111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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