#1BC468

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

Shades of Malachite #1BC468

Tints of Malachite #1BC468

Color information

#1BC468 (or 0x1BC468) is unknown color: approx Malachite. HEX triplet: 1B, C4 and 68. RGB value is (27,196,104). Sum of RGB (Red+Green+Blue) = 27+196+104=327 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.26% from 327); Green value is 196 (76.95% from 255 or 59.94% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 196 - color contains mainly: green. Hex color #1BC468 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BC468 is #E43B97. Grayscale: #878787. Windows color (decimal): -14957464 or 6865947. OLE color: 6865947.

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

Color convert

RGB27196104-
CMYK0.8600.470.23
HSL147.34º75.78%43.73%-
HSV(B)147.34º86.22%76.86%-
XYZ22.6940.7119.76-
YUV134.98110.5150.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.26%
GREEN value IS 196 (76.95% from 255) = 59.94%
BLUE value IS 104 (41.02% from 255) = 31.80%
R=8.26%
G=59.94%
B=31.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal271961040.8600.470.23147.3475.7843.73
Hex1BC4685602F17934c2c
Octal333041501260572722311454
Binary110111100010011010001010110010111110111100100111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,196,104); }

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

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

 a { background-color: rgb(27,196,104); }

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

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

 span { border-color: rgb(27,196,104); }

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