#1FCA66

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

Shades of Malachite #1FCA66

Tints of Malachite #1FCA66

Color information

#1FCA66 (or 0x1FCA66) is unknown color: approx Malachite. HEX triplet: 1F, CA and 66. RGB value is (31,202,102). Sum of RGB (Red+Green+Blue) = 31+202+102=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 202 (79.30% from 255 or 60.30% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCA66 is #E03599. Grayscale: #8B8B8B. Windows color (decimal): -14693786 or 6736415. OLE color: 6736415.

HSL color Cylindrical-coordinate representation of color #1FCA66: hue angle of 144.91º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCA66 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB31202102-
CMYK0.8500.500.21
HSL144.91º73.39%45.69%-
HSV(B)144.91º84.65%79.22%-
XYZ24.0843.4919.7-
YUV139.47106.8550.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.25%
GREEN value IS 202 (79.30% from 255) = 60.30%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=9.25%
G=60.30%
B=30.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal312021020.8500.500.21144.9173.3945.69
Hex1FCA66550321591492e
Octal373121461250622522111156
Binary111111100101011001101010101011001010101100100011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,202,102); }

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

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

 a { background-color: rgb(31,202,102); }

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

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

 span { border-color: rgb(31,202,102); }

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