#21c99f

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

Shades of Shamrock #21C99F

Tints of Shamrock #21C99F

Color information

#21C99F (or 0x21C99F) is unknown color: approx Shamrock. HEX triplet: 21, C9 and 9F. RGB value is (33,201,159). Sum of RGB (Red+Green+Blue) = 33+201+159=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #21C99F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C99F is #DE3660. Grayscale: #919191. Windows color (decimal): -14562913 or 10471713. OLE color: 10471713.

HSL color Cylindrical-coordinate representation of color #21C99F: hue angle of 165º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C99F is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB33201159-
CMYK0.8400.210.21
HSL165º71.79%45.88%-
HSV(B)165º83.58%78.82%-
XYZ27.7744.639.95-
YUV145.98135.3447.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.40%
GREEN value IS 201 (78.91% from 255) = 51.15%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=8.40%
G=51.15%
B=40.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal332011590.8400.210.2116571.7945.88
Hex21C99F5401515a5482e
Octal413112371240252524511056
Binary1000011100100110011111101010001010110101101001011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21c99f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,201,159); }

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

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

 a { background-color: rgb(33,201,159); }

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

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

 span { border-color: rgb(33,201,159); }

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