#1FC682

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

Shades of Mountain Meadow #1FC682

Tints of Mountain Meadow #1FC682

Color information

#1FC682 (or 0x1FC682) is unknown color: approx Mountain Meadow. HEX triplet: 1F, C6 and 82. RGB value is (31,198,130). Sum of RGB (Red+Green+Blue) = 31+198+130=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 198 (77.73% from 255 or 55.15% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC682 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC682 is #E0397D. Grayscale: #8C8C8C. Windows color (decimal): -14694782 or 8570399. OLE color: 8570399.

HSL color Cylindrical-coordinate representation of color #1FC682: hue angle of 155.57º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC682 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB31198130-
CMYK0.8400.340.22
HSL155.57º72.93%44.9%-
HSV(B)155.57º84.34%77.65%-
XYZ24.7942.2927.98-
YUV140.32122.1750.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.64%
GREEN value IS 198 (77.73% from 255) = 55.15%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=8.64%
G=55.15%
B=36.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal311981300.8400.340.22155.5772.9344.9
Hex1FC68254022169c492d
Octal373062021240422623411155
Binary1111111000110100000101010100010001010110100111001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,198,130); }

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

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

 a { background-color: rgb(31,198,130); }

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

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

 span { border-color: rgb(31,198,130); }

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