#1fca48

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

Shades of Malachite #1FCA48

Tints of Malachite #1FCA48

Color information

#1FCA48 (or 0x1FCA48) is unknown color: approx Malachite. HEX triplet: 1F, CA and 48. RGB value is (31,202,72). Sum of RGB (Red+Green+Blue) = 31+202+72=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 202 (79.30% from 255 or 66.23% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCA48 is #E035B7. Grayscale: #888888. Windows color (decimal): -14693816 or 4770335. OLE color: 4770335.

HSL color Cylindrical-coordinate representation of color #1FCA48: hue angle of 134.39º 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 #1FCA48 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB3120272-
CMYK0.8500.640.21
HSL134.39º73.39%45.69%-
HSV(B)134.39º84.65%79.22%-
XYZ22.864313.23-
YUV136.0591.8553.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.16%
GREEN value IS 202 (79.30% from 255) = 66.23%
BLUE value IS 72 (28.52% from 255) = 23.61%
R=10.16%
G=66.23%
B=23.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31202720.8500.640.21134.3973.3945.69
Hex1FCA48550401586492e
Octal3731211012501002520611156
Binary1111111001010100100010101010100000010101100001101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fca48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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