#1BC49A

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

Shades of Shamrock #1BC49A

Tints of Shamrock #1BC49A

Color information

#1BC49A (or 0x1BC49A) is unknown color: approx Shamrock. HEX triplet: 1B, C4 and 9A. RGB value is (27,196,154). Sum of RGB (Red+Green+Blue) = 27+196+154=377 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.16% from 377); Green value is 196 (76.95% from 255 or 51.99% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 196 - color contains mainly: green. Hex color #1BC49A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC49A is #E43B65. Grayscale: #8C8C8C. Windows color (decimal): -14957414 or 10142747. OLE color: 10142747.

HSL color Cylindrical-coordinate representation of color #1BC49A: hue angle of 165.09º 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 #1BC49A is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB27196154-
CMYK0.8600.210.23
HSL165.09º75.78%43.73%-
HSV(B)165.09º86.22%76.86%-
XYZ26.0242.0537.32-
YUV140.68135.5146.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.16%
GREEN value IS 196 (76.95% from 255) = 51.99%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=7.16%
G=51.99%
B=40.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal271961540.8600.210.23165.0975.7843.73
Hex1BC49A5601517a54c2c
Octal333042321260252724511454
Binary110111100010010011010101011001010110111101001011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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