#1cc16e

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

Shades of Mountain Meadow #1CC16E

Tints of Mountain Meadow #1CC16E

Color information

#1CC16E (or 0x1CC16E) is unknown color: approx Mountain Meadow. HEX triplet: 1C, C1 and 6E. RGB value is (28,193,110). Sum of RGB (Red+Green+Blue) = 28+193+110=331 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.46% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC16E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC16E is #E33E91. Grayscale: #868686. Windows color (decimal): -14892690 or 7258396. OLE color: 7258396.

HSL color Cylindrical-coordinate representation of color #1CC16E: hue angle of 149.82º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC16E is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB28193110-
CMYK0.8500.430.24
HSL149.82º74.66%43.33%-
HSV(B)149.82º85.49%75.69%-
XYZ22.3639.5121.2-
YUV134.2114.3452.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.46%
GREEN value IS 193 (75.78% from 255) = 58.31%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=8.46%
G=58.31%
B=33.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal281931100.8500.430.24149.8274.6643.33
Hex1CC16E5502B18964b2b
Octal343011561250533022611353
Binary111001100000111011101010101010101111000100101101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cc16e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1cc16e; }

 p { color: rgb(28,193,110); }

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

<style>
 a { background-color: #1cc16e; }

 a { background-color: rgb(28,193,110); }

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

<style>
 span { border-color: #1cc16e; }

 span { border-color: rgb(28,193,110); }

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