#1AE18D

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

Shades of Shamrock #1AE18D

Tints of Shamrock #1AE18D

Color information

#1AE18D (or 0x1AE18D) is unknown color: approx Shamrock. HEX triplet: 1A, E1 and 8D. RGB value is (26,225,141). Sum of RGB (Red+Green+Blue) = 26+225+141=392 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.63% from 392); Green value is 225 (88.28% from 255 or 57.40% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 225 - color contains mainly: green. Hex color #1AE18D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AE18D is #E51E72. Grayscale: #9C9C9C. Windows color (decimal): -15015539 or 9298202. OLE color: 9298202.

HSL color Cylindrical-coordinate representation of color #1AE18D: hue angle of 154.67º 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 #1AE18D is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB26225141-
CMYK0.8800.370.12
HSL154.67º79.28%49.22%-
HSV(B)154.67º88.44%88.24%-
XYZ32.1655.9934.31-
YUV155.92119.5735.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.63%
GREEN value IS 225 (88.28% from 255) = 57.40%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=6.63%
G=57.40%
B=35.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal262251410.8800.370.12154.6779.2849.22
Hex1AE18D58025C9b4f31
Octal323412151300451423311761
Binary110101110000110001101101100001001011100100110111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AE18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,225,141); }

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

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

 a { background-color: rgb(26,225,141); }

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

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

 span { border-color: rgb(26,225,141); }

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