#31E18B

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

Shades of Shamrock #31E18B

Tints of Shamrock #31E18B

Color information

#31E18B (or 0x31E18B) is unknown color: approx Shamrock. HEX triplet: 31, E1 and 8B. RGB value is (49,225,139). Sum of RGB (Red+Green+Blue) = 49+225+139=413 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.86% from 413); Green value is 225 (88.28% from 255 or 54.48% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 225 - color contains mainly: green. Hex color #31E18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31E18B is #CE1E74. Grayscale: #A2A2A2. Windows color (decimal): -13508213 or 9167153. OLE color: 9167153.

HSL color Cylindrical-coordinate representation of color #31E18B: hue angle of 150.68º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E18B is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB49225139-
CMYK0.7800.380.12
HSL150.68º74.58%53.73%-
HSV(B)150.68º78.22%88.24%-
XYZ32.8556.3733.57-
YUV162.57114.6946.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.86%
GREEN value IS 225 (88.28% from 255) = 54.48%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=11.86%
G=54.48%
B=33.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal492251390.7800.380.12150.6874.5853.73
Hex31E18B4E026C974b36
Octal613412131160461422711366
Binary1100011110000110001011100111001001101100100101111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31E18B; }

 p { color: rgb(49,225,139); }

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

<style>
 a { background-color: #31E18B; }

 a { background-color: rgb(49,225,139); }

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

<style>
 span { border-color: #31E18B; }

 span { border-color: rgb(49,225,139); }

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