#1CCF40

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

Shades of Malachite #1CCF40

Tints of Malachite #1CCF40

Color information

#1CCF40 (or 0x1CCF40) is unknown color: approx Malachite. HEX triplet: 1C, CF and 40. RGB value is (28,207,64). Sum of RGB (Red+Green+Blue) = 28+207+64=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 207 (81.25% from 255 or 69.23% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCF40 is #E330BF. Grayscale: #898989. Windows color (decimal): -14889152 or 4247324. OLE color: 4247324.

HSL color Cylindrical-coordinate representation of color #1CCF40: hue angle of 132.07º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCF40 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB2820764-
CMYK0.8600.690.19
HSL132.07º76.17%46.08%-
HSV(B)132.07º86.47%81.18%-
XYZ23.7245.2412.33-
YUV137.1886.750.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.36%
GREEN value IS 207 (81.25% from 255) = 69.23%
BLUE value IS 64 (25.39% from 255) = 21.40%
R=9.36%
G=69.23%
B=21.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal28207640.8600.690.19132.0776.1746.08
Hex1CCF405604513844c2e
Octal3431710012601052320411456
Binary1110011001111100000010101100100010110011100001001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,207,64); }

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

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

 a { background-color: rgb(28,207,64); }

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

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

 span { border-color: rgb(28,207,64); }

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