#1BBD60

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

Shades of Malachite #1BBD60

Tints of Malachite #1BBD60

Color information

#1BBD60 (or 0x1BBD60) is unknown color: approx Malachite. HEX triplet: 1B, BD and 60. RGB value is (27,189,96). Sum of RGB (Red+Green+Blue) = 27+189+96=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #1BBD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBD60 is #E4429F. Grayscale: #828282. Windows color (decimal): -14959264 or 6339867. OLE color: 6339867.

HSL color Cylindrical-coordinate representation of color #1BBD60: hue angle of 145.56º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBD60 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB2718996-
CMYK0.8600.490.26
HSL145.56º75%42.35%-
HSV(B)145.56º85.71%74.12%-
XYZ20.7637.4717.21-
YUV129.96108.8354.56-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.65%
GREEN value IS 189 (74.22% from 255) = 60.58%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=8.65%
G=60.58%
B=30.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal27189960.8600.490.26145.567542.35
Hex1BBD60560311A924b2a
Octal332751401260613222211352
Binary110111011110111000001010110011000111010100100101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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