#1CD054

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

Shades of Malachite #1CD054

Tints of Malachite #1CD054

Color information

#1CD054 (or 0x1CD054) is unknown color: approx Malachite. HEX triplet: 1C, D0 and 54. RGB value is (28,208,84). Sum of RGB (Red+Green+Blue) = 28+208+84=320 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.75% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD054 is #E32FAB. Grayscale: #8C8C8C. Windows color (decimal): -14888876 or 5558300. OLE color: 5558300.

HSL color Cylindrical-coordinate representation of color #1CD054: hue angle of 138.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD054 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB2820884-
CMYK0.8700.600.18
HSL138.67º76.27%46.27%-
HSV(B)138.67º86.54%81.57%-
XYZ24.634615.97-
YUV140.0496.3748.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.75%
GREEN value IS 208 (81.64% from 255) = 65%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=8.75%
G=65%
B=26.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal28208840.8700.600.18138.6776.2746.27
Hex1CD0545703C128b4c2e
Octal343201241270742221311456
Binary111001101000010101001010111011110010010100010111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CD054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,208,84); }

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

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

 a { background-color: rgb(28,208,84); }

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

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

 span { border-color: rgb(28,208,84); }

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