#1BDC96

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

Shades of Shamrock #1BDC96

Tints of Shamrock #1BDC96

Color information

#1BDC96 (or 0x1BDC96) is unknown color: approx Shamrock. HEX triplet: 1B, DC and 96. RGB value is (27,220,150). Sum of RGB (Red+Green+Blue) = 27+220+150=397 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.80% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDC96 is #E42369. Grayscale: #9A9A9A. Windows color (decimal): -14951274 or 9886747. OLE color: 9886747.

HSL color Cylindrical-coordinate representation of color #1BDC96: hue angle of 158.24º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDC96 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB27220150-
CMYK0.8800.320.14
HSL158.24º78.14%48.43%-
HSV(B)158.24º87.73%86.27%-
XYZ31.5553.6237.54-
YUV154.31125.5637.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.80%
GREEN value IS 220 (86.33% from 255) = 55.42%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=6.80%
G=55.42%
B=37.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal272201500.8800.320.14158.2478.1448.43
Hex1BDC9658020E9e4e30
Octal333342261300401623611660
Binary110111101110010010110101100001000001110100111101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BDC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,220,150); }

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

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

 a { background-color: rgb(27,220,150); }

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

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

 span { border-color: rgb(27,220,150); }

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