#219A6C

Color #219A6C Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #219A6C

Tints of Elf Green #219A6C

Color information

#219A6C (or 0x219A6C) is unknown color: approx Elf Green. HEX triplet: 21, 9A and 6C. RGB value is (33,154,108). Sum of RGB (Red+Green+Blue) = 33+154+108=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 154 (60.55% from 255 or 52.20% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 154 - color contains mainly: green. Hex color #219A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219A6C is #DE6593. Grayscale: #707070. Windows color (decimal): -14574996 or 7117345. OLE color: 7117345.

HSL color Cylindrical-coordinate representation of color #219A6C: hue angle of 157.19º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219A6C is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB33154108-
CMYK0.7900.300.40
HSL157.19º64.71%36.67%-
HSV(B)157.19º78.57%60.39%-
XYZ14.8924.5218.13-
YUV112.58125.4171.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.19%
GREEN value IS 154 (60.55% from 255) = 52.20%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=11.19%
G=52.20%
B=36.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331541080.7900.300.40157.1964.7136.67
Hex219A6C4F01E289d4125
Octal412321541170365023510145
Binary1000011001101011011001001111011110101000100111011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219A6C; }

 p { color: rgb(33,154,108); }

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

<style>
 a { background-color: #219A6C; }

 a { background-color: rgb(33,154,108); }

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

<style>
 span { border-color: #219A6C; }

 span { border-color: rgb(33,154,108); }

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