#1BCC5F

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

Shades of Malachite #1BCC5F

Tints of Malachite #1BCC5F

Color information

#1BCC5F (or 0x1BCC5F) is unknown color: approx Malachite. HEX triplet: 1B, CC and 5F. RGB value is (27,204,95). Sum of RGB (Red+Green+Blue) = 27+204+95=326 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.28% from 326); Green value is 204 (80.08% from 255 or 62.58% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BCC5F is #E433A0. Grayscale: #8A8A8A. Windows color (decimal): -14955425 or 6278171. OLE color: 6278171.

HSL color Cylindrical-coordinate representation of color #1BCC5F: hue angle of 143.05º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCC5F is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB2720495-
CMYK0.8700.530.2
HSL143.05º76.62%45.29%-
HSV(B)143.05º86.76%80%-
XYZ24.1144.2418.1-
YUV138.65103.3648.36-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.28%
GREEN value IS 204 (80.08% from 255) = 62.58%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=8.28%
G=62.58%
B=29.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal27204950.8700.530.2143.0576.6245.29
Hex1BCC5F57035148f4d2d
Octal333141371270652421711555
Binary110111100110010111111010111011010110100100011111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,204,95); }

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

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

 a { background-color: rgb(27,204,95); }

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

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

 span { border-color: rgb(27,204,95); }

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