#1CF150

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

Shades of Malachite #1CF150

Tints of Malachite #1CF150

Color information

#1CF150 (or 0x1CF150) is unknown color: approx Malachite. HEX triplet: 1C, F1 and 50. RGB value is (28,241,80). Sum of RGB (Red+Green+Blue) = 28+241+80=349 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.02% from 349); Green value is 241 (94.53% from 255 or 69.05% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 241 - color contains mainly: green. Hex color #1CF150 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF150 is #E30EAF. Grayscale: #9F9F9F. Windows color (decimal): -14880432 or 5304604. OLE color: 5304604.

HSL color Cylindrical-coordinate representation of color #1CF150: hue angle of 134.65º degrees, saturation: 0.88, 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 #1CF150 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB2824180-
CMYK0.8800.670.05
HSL134.65º88.38%52.75%-
HSV(B)134.65º88.38%94.51%-
XYZ33.3863.7418.13-
YUV158.9683.4334.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.02%
GREEN value IS 241 (94.53% from 255) = 69.05%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=8.02%
G=69.05%
B=22.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal28241800.8800.670.05134.6588.3852.75
Hex1CF150580435875835
Octal343611201300103520713065
Binary11100111100011010000101100001000011101100001111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CF150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,241,80); }

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

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

 a { background-color: rgb(28,241,80); }

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

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

 span { border-color: rgb(28,241,80); }

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