#1CC373

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

Shades of Mountain Meadow #1CC373

Tints of Mountain Meadow #1CC373

Color information

#1CC373 (or 0x1CC373) is unknown color: approx Mountain Meadow. HEX triplet: 1C, C3 and 73. RGB value is (28,195,115). Sum of RGB (Red+Green+Blue) = 28+195+115=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC373 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC373 is #E33C8C. Grayscale: #888888. Windows color (decimal): -14892173 or 7586588. OLE color: 7586588.

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

Color convert

RGB28195115-
CMYK0.8600.410.24
HSL151.26º74.89%43.73%-
HSV(B)151.26º85.64%76.47%-
XYZ23.0940.5122.82-
YUV135.95116.1751-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.28%
GREEN value IS 195 (76.56% from 255) = 57.69%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=8.28%
G=57.69%
B=34.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal281951150.8600.410.24151.2674.8943.73
Hex1CC3735602918974b2c
Octal343031631260513022711354
Binary111001100001111100111010110010100111000100101111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,195,115); }

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

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

 a { background-color: rgb(28,195,115); }

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

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

 span { border-color: rgb(28,195,115); }

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