#1CC350

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

Shades of Malachite #1CC350

Tints of Malachite #1CC350

Color information

#1CC350 (or 0x1CC350) is unknown color: approx Malachite. HEX triplet: 1C, C3 and 50. RGB value is (28,195,80). Sum of RGB (Red+Green+Blue) = 28+195+80=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 195 (76.56% from 255 or 64.36% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC350 is #E33CAF. Grayscale: #848484. Windows color (decimal): -14892208 or 5292828. OLE color: 5292828.

HSL color Cylindrical-coordinate representation of color #1CC350: hue angle of 138.68º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC350 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB2819580-
CMYK0.8600.590.24
HSL138.68º74.89%43.73%-
HSV(B)138.68º85.64%76.47%-
XYZ21.4439.8614.15-
YUV131.9698.6753.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.24%
GREEN value IS 195 (76.56% from 255) = 64.36%
BLUE value IS 80 (31.64% from 255) = 26.40%
R=9.24%
G=64.36%
B=26.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal28195800.8600.590.24138.6874.8943.73
Hex1CC3505603B188b4b2c
Octal343031201260733021311354
Binary111001100001110100001010110011101111000100010111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,195,80); }

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

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

 a { background-color: rgb(28,195,80); }

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

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

 span { border-color: rgb(28,195,80); }

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