#10C479

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

Shades of Mountain Meadow #10C479

Tints of Mountain Meadow #10C479

Color information

#10C479 (or 0x10C479) is unknown color: approx Mountain Meadow. HEX triplet: 10, C4 and 79. RGB value is (16,196,121). Sum of RGB (Red+Green+Blue) = 16+196+121=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 196 (76.95% from 255 or 58.86% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 196 - color contains mainly: green. Hex color #10C479 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C479 is #EF3B86. Grayscale: #858585. Windows color (decimal): -15678343 or 7980048. OLE color: 7980048.

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

Color convert

RGB16196121-
CMYK0.9200.380.23
HSL155º84.91%41.57%-
HSV(B)155º91.84%76.86%-
XYZ23.440.9724.76-
YUV133.63120.8744.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.80%
GREEN value IS 196 (76.95% from 255) = 58.86%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=4.80%
G=58.86%
B=36.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161961210.9200.380.2315584.9141.57
Hex10C4795C026179b552a
Octal203041711340462723312552
Binary100001100010011110011011100010011010111100110111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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