#1cc85b

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

Shades of Malachite #1CC85B

Tints of Malachite #1CC85B

Color information

#1CC85B (or 0x1CC85B) is unknown color: approx Malachite. HEX triplet: 1C, C8 and 5B. RGB value is (28,200,91). Sum of RGB (Red+Green+Blue) = 28+200+91=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #1CC85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC85B is #E337A4. Grayscale: #888888. Windows color (decimal): -14890917 or 6015004. OLE color: 6015004.

HSL color Cylindrical-coordinate representation of color #1CC85B: hue angle of 141.98º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC85B is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB2820091-
CMYK0.8600.540.22
HSL141.98º75.44%44.71%-
HSV(B)141.98º86%78.43%-
XYZ23.0242.3116.85-
YUV136.15102.5250.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.78%
GREEN value IS 200 (78.52% from 255) = 62.70%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=8.78%
G=62.70%
B=28.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal28200910.8600.540.22141.9875.4444.71
Hex1CC85B56036168e4b2d
Octal343101331260662621611355
Binary111001100100010110111010110011011010110100011101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cc85b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,200,91); }

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

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

 a { background-color: rgb(28,200,91); }

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

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

 span { border-color: rgb(28,200,91); }

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