#1FD95A

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

Shades of Malachite #1FD95A

Tints of Malachite #1FD95A

Color information

#1FD95A (or 0x1FD95A) is unknown color: approx Malachite. HEX triplet: 1F, D9 and 5A. RGB value is (31,217,90). Sum of RGB (Red+Green+Blue) = 31+217+90=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 217 (85.16% from 255 or 64.20% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD95A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD95A is #E026A5. Grayscale: #939393. Windows color (decimal): -14689958 or 5953823. OLE color: 5953823.

HSL color Cylindrical-coordinate representation of color #1FD95A: hue angle of 139.03º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD95A is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB3121790-
CMYK0.8600.590.15
HSL139.03º75%48.63%-
HSV(B)139.03º85.71%85.1%-
XYZ27.2250.6618.02-
YUV146.9195.8845.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.17%
GREEN value IS 217 (85.16% from 255) = 64.20%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=9.17%
G=64.20%
B=26.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal31217900.8600.590.15139.037548.63
Hex1FD95A5603BF8b4b31
Octal373311321260731721311361
Binary11111110110011011010101011001110111111100010111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FD95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,217,90); }

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

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

 a { background-color: rgb(31,217,90); }

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

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

 span { border-color: rgb(31,217,90); }

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