#1CB46F

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

Shades of Mountain Meadow #1CB46F

Tints of Mountain Meadow #1CB46F

Color information

#1CB46F (or 0x1CB46F) is unknown color: approx Mountain Meadow. HEX triplet: 1C, B4 and 6F. RGB value is (28,180,111). Sum of RGB (Red+Green+Blue) = 28+180+111=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB46F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB46F is #E34B90. Grayscale: #7E7E7E. Windows color (decimal): -14896017 or 7320604. OLE color: 7320604.

HSL color Cylindrical-coordinate representation of color #1CB46F: hue angle of 152.76º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB46F is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB28180111-
CMYK0.8400.380.29
HSL152.76º73.08%40.78%-
HSV(B)152.76º84.44%70.59%-
XYZ19.6734.0420.57-
YUV126.69119.1457.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.78%
GREEN value IS 180 (70.70% from 255) = 56.43%
BLUE value IS 111 (43.75% from 255) = 34.80%
R=8.78%
G=56.43%
B=34.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal281801110.8400.380.29152.7673.0840.78
Hex1CB46F540261D994929
Octal342641571240463523111151
Binary111001011010011011111010100010011011101100110011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,180,111); }

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

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

 a { background-color: rgb(28,180,111); }

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

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

 span { border-color: rgb(28,180,111); }

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