#21E17C

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

Shades of Shamrock #21E17C

Tints of Shamrock #21E17C

Color information

#21E17C (or 0x21E17C) is unknown color: approx Shamrock. HEX triplet: 21, E1 and 7C. RGB value is (33,225,124). Sum of RGB (Red+Green+Blue) = 33+225+124=382 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.64% from 382); Green value is 225 (88.28% from 255 or 58.90% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 225 - color contains mainly: green. Hex color #21E17C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21E17C is #DE1E83. Grayscale: #9C9C9C. Windows color (decimal): -14556804 or 8184097. OLE color: 8184097.

HSL color Cylindrical-coordinate representation of color #21E17C: hue angle of 148.44º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E17C is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB33225124-
CMYK0.8500.450.12
HSL148.44º76.19%50.59%-
HSV(B)148.44º85.33%88.24%-
XYZ31.1955.6328.16-
YUV156.08109.8940.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.64%
GREEN value IS 225 (88.28% from 255) = 58.90%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=8.64%
G=58.90%
B=32.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal332251240.8500.450.12148.4476.1950.59
Hex21E17C5502DC944c33
Octal413411741250551422411463
Binary100001111000011111100101010101011011100100101001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21E17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21E17C; }

 p { color: rgb(33,225,124); }

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

<style>
 a { background-color: #21E17C; }

 a { background-color: rgb(33,225,124); }

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

<style>
 span { border-color: #21E17C; }

 span { border-color: rgb(33,225,124); }

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