#1CD96F

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

Shades of Malachite #1CD96F

Tints of Malachite #1CD96F

Color information

#1CD96F (or 0x1CD96F) is unknown color: approx Malachite. HEX triplet: 1C, D9 and 6F. RGB value is (28,217,111). Sum of RGB (Red+Green+Blue) = 28+217+111=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 217 (85.16% from 255 or 60.96% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 217 - color contains mainly: green. Hex color #1CD96F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD96F is #E32690. Grayscale: #949494. Windows color (decimal): -14886545 or 7330076. OLE color: 7330076.

HSL color Cylindrical-coordinate representation of color #1CD96F: hue angle of 146.35º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD96F is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB28217111-
CMYK0.8700.490.15
HSL146.35º77.14%48.04%-
HSV(B)146.35º87.1%85.1%-
XYZ28.1651.0223.4-
YUV148.4106.8842.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.87%
GREEN value IS 217 (85.16% from 255) = 60.96%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=7.87%
G=60.96%
B=31.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal282171110.8700.490.15146.3577.1448.04
Hex1CD96F57031F924d30
Octal343311571270611722211560
Binary11100110110011101111101011101100011111100100101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,217,111); }

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

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

 a { background-color: rgb(28,217,111); }

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

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

 span { border-color: rgb(28,217,111); }

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