#1CC471

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

Shades of Mountain Meadow #1CC471

Tints of Mountain Meadow #1CC471

Color information

#1CC471 (or 0x1CC471) is unknown color: approx Mountain Meadow. HEX triplet: 1C, C4 and 71. RGB value is (28,196,113). Sum of RGB (Red+Green+Blue) = 28+196+113=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC471 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC471 is #E33B8E. Grayscale: #888888. Windows color (decimal): -14891919 or 7455772. OLE color: 7455772.

HSL color Cylindrical-coordinate representation of color #1CC471: hue angle of 150.36º 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 #1CC471 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB28196113-
CMYK0.8600.420.23
HSL150.36º75%43.92%-
HSV(B)150.36º85.71%76.86%-
XYZ23.240.9222.3-
YUV136.31114.8450.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.31%
GREEN value IS 196 (76.95% from 255) = 58.16%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=8.31%
G=58.16%
B=33.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal281961130.8600.420.23150.367543.92
Hex1CC4715602A17964b2c
Octal343041611260522722611354
Binary111001100010011100011010110010101010111100101101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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