#1cb76c

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

Shades of Mountain Meadow #1CB76C

Tints of Mountain Meadow #1CB76C

Color information

#1CB76C (or 0x1CB76C) is unknown color: approx Mountain Meadow. HEX triplet: 1C, B7 and 6C. RGB value is (28,183,108). Sum of RGB (Red+Green+Blue) = 28+183+108=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB76C is #E34893. Grayscale: #808080. Windows color (decimal): -14895252 or 7124764. OLE color: 7124764.

HSL color Cylindrical-coordinate representation of color #1CB76C: hue angle of 150.97º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB76C is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB28183108-
CMYK0.8500.410.28
HSL150.97º73.46%41.37%-
HSV(B)150.97º84.7%71.76%-
XYZ20.1235.219.92-
YUV128.1116.6556.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.78%
GREEN value IS 183 (71.88% from 255) = 57.37%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=8.78%
G=57.37%
B=33.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal281831080.8500.410.28150.9773.4641.37
Hex1CB76C550291C974929
Octal342671541250513422711151
Binary111001011011111011001010101010100111100100101111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cb76c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,183,108); }

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

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

 a { background-color: rgb(28,183,108); }

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

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

 span { border-color: rgb(28,183,108); }

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