#1CF244

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

Shades of Malachite #1CF244

Tints of Malachite #1CF244

Color information

#1CF244 (or 0x1CF244) is unknown color: approx Malachite. HEX triplet: 1C, F2 and 44. RGB value is (28,242,68). Sum of RGB (Red+Green+Blue) = 28+242+68=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 242 (94.92% from 255 or 71.60% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF244 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF244 is #E30DBB. Grayscale: #9E9E9E. Windows color (decimal): -14880188 or 4518428. OLE color: 4518428.

HSL color Cylindrical-coordinate representation of color #1CF244: hue angle of 131.21º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF244 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB2824268-
CMYK0.8800.720.05
HSL131.21º89.17%52.94%-
HSV(B)131.21º88.43%94.9%-
XYZ33.2764.1716.1-
YUV158.1877.135.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.28%
GREEN value IS 242 (94.92% from 255) = 71.60%
BLUE value IS 68 (26.95% from 255) = 20.12%
R=8.28%
G=71.60%
B=20.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal28242680.8800.720.05131.2189.1752.94
Hex1CF244580485835935
Octal343621041300110520313165
Binary11100111100101000100101100001001000101100000111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CF244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,242,68); }

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

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

 a { background-color: rgb(28,242,68); }

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

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

 span { border-color: rgb(28,242,68); }

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