#1BC660

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

Shades of Malachite #1BC660

Tints of Malachite #1BC660

Color information

#1BC660 (or 0x1BC660) is unknown color: approx Malachite. HEX triplet: 1B, C6 and 60. RGB value is (27,198,96). Sum of RGB (Red+Green+Blue) = 27+198+96=321 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.41% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #1BC660 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC660 is #E4399F. Grayscale: #878787. Windows color (decimal): -14956960 or 6342171. OLE color: 6342171.

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

Color convert

RGB2719896-
CMYK0.8600.520.22
HSL144.21º76%44.12%-
HSV(B)144.21º86.36%77.65%-
XYZ22.7641.4717.87-
YUV135.24105.8550.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.41%
GREEN value IS 198 (77.73% from 255) = 61.68%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=8.41%
G=61.68%
B=29.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal27198960.8600.520.22144.217644.12
Hex1BC6605603416904c2c
Octal333061401260642622011454
Binary110111100011011000001010110011010010110100100001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,198,96); }

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

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

 a { background-color: rgb(27,198,96); }

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

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

 span { border-color: rgb(27,198,96); }

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