#1BDD96

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

Shades of Shamrock #1BDD96

Tints of Shamrock #1BDD96

Color information

#1BDD96 (or 0x1BDD96) is unknown color: approx Shamrock. HEX triplet: 1B, DD and 96. RGB value is (27,221,150). Sum of RGB (Red+Green+Blue) = 27+221+150=398 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.78% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BDD96 is #E42269. Grayscale: #9A9A9A. Windows color (decimal): -14951018 or 9887003. OLE color: 9887003.

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

Color convert

RGB27221150-
CMYK0.8800.320.13
HSL158.04º78.23%48.63%-
HSV(B)158.04º87.78%86.67%-
XYZ31.8154.1537.63-
YUV154.9125.2336.77-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.78%
GREEN value IS 221 (86.72% from 255) = 55.53%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=6.78%
G=55.53%
B=37.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal272211500.8800.320.13158.0478.2348.63
Hex1BDD9658020D9e4e31
Octal333352261300401523611661
Binary110111101110110010110101100001000001101100111101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BDD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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