#1CC48C

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

Shades of Mountain Meadow #1CC48C

Tints of Mountain Meadow #1CC48C

Color information

#1CC48C (or 0x1CC48C) is unknown color: approx Mountain Meadow. HEX triplet: 1C, C4 and 8C. RGB value is (28,196,140). Sum of RGB (Red+Green+Blue) = 28+196+140=364 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.69% from 364); Green value is 196 (76.95% from 255 or 53.85% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC48C is #E33B73. Grayscale: #8B8B8B. Windows color (decimal): -14891892 or 9225244. OLE color: 9225244.

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

Color convert

RGB28196140-
CMYK0.8600.290.23
HSL160º75%43.92%-
HSV(B)160º85.71%76.86%-
XYZ24.9541.6231.53-
YUV139.38128.3448.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.69%
GREEN value IS 196 (76.95% from 255) = 53.85%
BLUE value IS 140 (55.08% from 255) = 38.46%
R=7.69%
G=53.85%
B=38.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal281961400.8600.290.231607543.92
Hex1CC48C5601D17a04b2c
Octal343042141260352724011354
Binary111001100010010001100101011001110110111101000001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,196,140); }

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

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

 a { background-color: rgb(28,196,140); }

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

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

 span { border-color: rgb(28,196,140); }

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