#1FC86A

Color #1FC86A Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #1FC86A

Tints of Medium Sea Green #1FC86A

Color information

#1FC86A (or 0x1FC86A) is unknown color: approx Medium Sea Green. HEX triplet: 1F, C8 and 6A. RGB value is (31,200,106). Sum of RGB (Red+Green+Blue) = 31+200+106=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 200 (78.52% from 255 or 59.35% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC86A is #E03795. Grayscale: #8A8A8A. Windows color (decimal): -14694294 or 6998047. OLE color: 6998047.

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

Color convert

RGB31200106-
CMYK0.8400.470.22
HSL146.63º73.16%45.29%-
HSV(B)146.63º84.5%78.43%-
XYZ23.8242.6420.61-
YUV138.75109.5151.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.20%
GREEN value IS 200 (78.52% from 255) = 59.35%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=9.20%
G=59.35%
B=31.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal312001060.8400.470.22146.6373.1645.29
Hex1FC86A5402F1693492d
Octal373101521240572622311155
Binary111111100100011010101010100010111110110100100111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,200,106); }

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

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

 a { background-color: rgb(31,200,106); }

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

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

 span { border-color: rgb(31,200,106); }

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