#1bd142

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

Shades of Malachite #1BD142

Tints of Malachite #1BD142

Color information

#1BD142 (or 0x1BD142) is unknown color: approx Malachite. HEX triplet: 1B, D1 and 42. RGB value is (27,209,66). Sum of RGB (Red+Green+Blue) = 27+209+66=302 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.94% from 302); Green value is 209 (82.03% from 255 or 69.21% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 209 - color contains mainly: green. Hex color #1BD142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD142 is #E42EBD. Grayscale: #8A8A8A. Windows color (decimal): -14954174 or 4378907. OLE color: 4378907.

HSL color Cylindrical-coordinate representation of color #1BD142: hue angle of 132.86º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD142 is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB2720966-
CMYK0.8700.680.18
HSL132.86º77.12%46.27%-
HSV(B)132.86º87.08%81.96%-
XYZ24.2446.2312.8-
YUV138.2887.248.63-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.94%
GREEN value IS 209 (82.03% from 255) = 69.21%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=8.94%
G=69.21%
B=21.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal27209660.8700.680.18132.8677.1246.27
Hex1BD1425704412854d2e
Octal3332110212701042220511556
Binary1101111010001100001010101110100010010010100001011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1bd142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,209,66); }

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

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

 a { background-color: rgb(27,209,66); }

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

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

 span { border-color: rgb(27,209,66); }

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