#1CF74A

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

Shades of Malachite #1CF74A

Tints of Malachite #1CF74A

Color information

#1CF74A (or 0x1CF74A) is unknown color: approx Malachite. HEX triplet: 1C, F7 and 4A. RGB value is (28,247,74). Sum of RGB (Red+Green+Blue) = 28+247+74=349 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.02% from 349); Green value is 247 (96.88% from 255 or 70.77% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 247 - color contains mainly: green. Hex color #1CF74A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF74A is #E308B5. Grayscale: #A2A2A2. Windows color (decimal): -14878902 or 4912924. OLE color: 4912924.

HSL color Cylindrical-coordinate representation of color #1CF74A: hue angle of 132.6º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF74A is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB2824774-
CMYK0.8900.700.03
HSL132.6º93.19%53.92%-
HSV(B)132.6º88.66%96.86%-
XYZ34.9867.2617.62-
YUV161.878.4532.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.02%
GREEN value IS 247 (96.88% from 255) = 70.77%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=8.02%
G=70.77%
B=21.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal28247740.8900.700.03132.693.1953.92
Hex1CF74A590463855d36
Octal343671121310106320513566
Binary1110011110111100101010110010100011011100001011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CF74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,247,74); }

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

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

 a { background-color: rgb(28,247,74); }

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

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

 span { border-color: rgb(28,247,74); }

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