#10C478

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

Shades of Mountain Meadow #10C478

Tints of Mountain Meadow #10C478

Color information

#10C478 (or 0x10C478) is unknown color: approx Mountain Meadow. HEX triplet: 10, C4 and 78. RGB value is (16,196,120). Sum of RGB (Red+Green+Blue) = 16+196+120=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 196 (76.95% from 255 or 59.04% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 196 - color contains mainly: green. Hex color #10C478 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C478 is #EF3B87. Grayscale: #858585. Windows color (decimal): -15678344 or 7914512. OLE color: 7914512.

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

Color convert

RGB16196120-
CMYK0.9200.390.23
HSL154.67º84.91%41.57%-
HSV(B)154.67º91.84%76.86%-
XYZ23.3440.9524.44-
YUV133.52120.3744.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.82%
GREEN value IS 196 (76.95% from 255) = 59.04%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=4.82%
G=59.04%
B=36.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161961200.9200.390.23154.6784.9141.57
Hex10C4785C027179b552a
Octal203041701340472723312552
Binary100001100010011110001011100010011110111100110111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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