#1BE185

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

Shades of Shamrock #1BE185

Tints of Shamrock #1BE185

Color information

#1BE185 (or 0x1BE185) is unknown color: approx Shamrock. HEX triplet: 1B, E1 and 85. RGB value is (27,225,133). Sum of RGB (Red+Green+Blue) = 27+225+133=385 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.01% from 385); Green value is 225 (88.28% from 255 or 58.44% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 225 - color contains mainly: green. Hex color #1BE185 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BE185 is #E41E7A. Grayscale: #9B9B9B. Windows color (decimal): -14950011 or 8773915. OLE color: 8773915.

HSL color Cylindrical-coordinate representation of color #1BE185: hue angle of 152.12º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE185 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB27225133-
CMYK0.8800.410.12
HSL152.12º78.57%49.41%-
HSV(B)152.12º88%88.24%-
XYZ31.6155.7831.29-
YUV155.31115.436.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.01%
GREEN value IS 225 (88.28% from 255) = 58.44%
BLUE value IS 133 (52.34% from 255) = 34.55%
R=7.01%
G=58.44%
B=34.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal272251330.8800.410.12152.1278.5749.41
Hex1BE18558029C984f31
Octal333412051300511423011761
Binary110111110000110000101101100001010011100100110001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BE185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,225,133); }

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

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

 a { background-color: rgb(27,225,133); }

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

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

 span { border-color: rgb(27,225,133); }

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