#1FCB60

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

Shades of Malachite #1FCB60

Tints of Malachite #1FCB60

Color information

#1FCB60 (or 0x1FCB60) is unknown color: approx Malachite. HEX triplet: 1F, CB and 60. RGB value is (31,203,96). Sum of RGB (Red+Green+Blue) = 31+203+96=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 203 (79.69% from 255 or 61.52% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCB60 is #E0349F. Grayscale: #8B8B8B. Windows color (decimal): -14693536 or 6343455. OLE color: 6343455.

HSL color Cylindrical-coordinate representation of color #1FCB60: hue angle of 142.67º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCB60 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB3120396-
CMYK0.8500.530.20
HSL142.67º73.5%45.88%-
HSV(B)142.67º84.73%79.61%-
XYZ24.0343.8518.26-
YUV139.37103.5250.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.39%
GREEN value IS 203 (79.69% from 255) = 61.52%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=9.39%
G=61.52%
B=29.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal31203960.8500.530.20142.6773.545.88
Hex1FCB6055035148f4a2e
Octal373131401250652421711256
Binary111111100101111000001010101011010110100100011111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,203,96); }

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

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

 a { background-color: rgb(31,203,96); }

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

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

 span { border-color: rgb(31,203,96); }

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