#10C482

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

Shades of Mountain Meadow #10C482

Tints of Mountain Meadow #10C482

Color information

#10C482 (or 0x10C482) is unknown color: approx Mountain Meadow. HEX triplet: 10, C4 and 82. RGB value is (16,196,130). Sum of RGB (Red+Green+Blue) = 16+196+130=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 196 (76.95% from 255 or 57.31% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 196 - color contains mainly: green. Hex color #10C482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C482 is #EF3B7D. Grayscale: #868686. Windows color (decimal): -15678334 or 8569872. OLE color: 8569872.

HSL color Cylindrical-coordinate representation of color #10C482: hue angle of 158º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C482 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB16196130-
CMYK0.9200.340.23
HSL158º84.91%41.57%-
HSV(B)158º91.84%76.86%-
XYZ23.9841.227.81-
YUV134.66125.3743.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.68%
GREEN value IS 196 (76.95% from 255) = 57.31%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=4.68%
G=57.31%
B=38.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161961300.9200.340.2315884.9141.57
Hex10C4825C022179e552a
Octal203042021340422723612552
Binary1000011000100100000101011100010001010111100111101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,196,130); }

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

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

 a { background-color: rgb(16,196,130); }

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

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

 span { border-color: rgb(16,196,130); }

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