#1FCC7C

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

Shades of Mountain Meadow #1FCC7C

Tints of Mountain Meadow #1FCC7C

Color information

#1FCC7C (or 0x1FCC7C) is unknown color: approx Mountain Meadow. HEX triplet: 1F, CC and 7C. RGB value is (31,204,124). Sum of RGB (Red+Green+Blue) = 31+204+124=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 204 (80.08% from 255 or 56.82% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCC7C is #E03383. Grayscale: #8F8F8F. Windows color (decimal): -14693252 or 8178719. OLE color: 8178719.

HSL color Cylindrical-coordinate representation of color #1FCC7C: hue angle of 152.25º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCC7C is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB31204124-
CMYK0.8500.390.2
HSL152.25º73.62%46.08%-
HSV(B)152.25º84.8%80%-
XYZ25.844.9326.38-
YUV143.15117.1948-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.64%
GREEN value IS 204 (80.08% from 255) = 56.82%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=8.64%
G=56.82%
B=34.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal312041240.8500.390.2152.2573.6246.08
Hex1FCC7C5502714984a2e
Octal373141741250472423011256
Binary111111100110011111001010101010011110100100110001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,204,124); }

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

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

 a { background-color: rgb(31,204,124); }

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

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

 span { border-color: rgb(31,204,124); }

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