#1FC672

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

Shades of Mountain Meadow #1FC672

Tints of Mountain Meadow #1FC672

Color information

#1FC672 (or 0x1FC672) is unknown color: approx Mountain Meadow. HEX triplet: 1F, C6 and 72. RGB value is (31,198,114). Sum of RGB (Red+Green+Blue) = 31+198+114=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 198 (77.73% from 255 or 57.73% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC672 is #E0398D. Grayscale: #8A8A8A. Windows color (decimal): -14694798 or 7521823. OLE color: 7521823.

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

Color convert

RGB31198114-
CMYK0.8400.420.22
HSL149.82º72.93%44.9%-
HSV(B)149.82º84.34%77.65%-
XYZ23.841.8922.75-
YUV138.49114.1751.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.04%
GREEN value IS 198 (77.73% from 255) = 57.73%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=9.04%
G=57.73%
B=33.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal311981140.8400.420.22149.8272.9344.9
Hex1FC6725402A1696492d
Octal373061621240522622611155
Binary111111100011011100101010100010101010110100101101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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