#1FF068

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

Shades of Malachite #1FF068

Tints of Malachite #1FF068

Color information

#1FF068 (or 0x1FF068) is unknown color: approx Malachite. HEX triplet: 1F, F0 and 68. RGB value is (31,240,104). Sum of RGB (Red+Green+Blue) = 31+240+104=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 240 (94.14% from 255 or 64% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 240 - color contains mainly: green. Hex color #1FF068 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF068 is #E00F97. Grayscale: #A2A2A2. Windows color (decimal): -14684056 or 6877215. OLE color: 6877215.

HSL color Cylindrical-coordinate representation of color #1FF068: hue angle of 140.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF068 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB31240104-
CMYK0.8700.570.06
HSL140.96º87.45%53.14%-
HSV(B)140.96º87.08%94.12%-
XYZ34.2263.6123.57-
YUV16295.2634.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.27%
GREEN value IS 240 (94.14% from 255) = 64%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=8.27%
G=64%
B=27.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal312401040.8700.570.06140.9687.4553.14
Hex1FF0685703968d5735
Octal37360150127071621512765
Binary1111111110000110100010101110111001110100011011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FF068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,240,104); }

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

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

 a { background-color: rgb(31,240,104); }

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

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

 span { border-color: rgb(31,240,104); }

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