#1CC05A

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

Shades of Malachite #1CC05A

Tints of Malachite #1CC05A

Color information

#1CC05A (or 0x1CC05A) is unknown color: approx Malachite. HEX triplet: 1C, C0 and 5A. RGB value is (28,192,90). Sum of RGB (Red+Green+Blue) = 28+192+90=310 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.03% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC05A is #E33FA5. Grayscale: #838383. Windows color (decimal): -14892966 or 5947420. OLE color: 5947420.

HSL color Cylindrical-coordinate representation of color #1CC05A: hue angle of 142.68º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC05A is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB2819290-
CMYK0.8500.530.25
HSL142.68º74.55%43.14%-
HSV(B)142.68º85.42%75.29%-
XYZ21.1738.6816.02-
YUV131.34104.6754.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.03%
GREEN value IS 192 (75.39% from 255) = 61.94%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=9.03%
G=61.94%
B=29.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal28192900.8500.530.25142.6874.5543.14
Hex1CC05A55035198f4b2b
Octal343001321250653121711353
Binary111001100000010110101010101011010111001100011111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,192,90); }

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

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

 a { background-color: rgb(28,192,90); }

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

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

 span { border-color: rgb(28,192,90); }

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