Html Css Color HEX #218C6A Elf Green

📋 copy color: '#218C6A'

red 33 ◦ green 140 ◦ blue 106

#218C6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #218C6A

Tints of Elf Green #218C6A

RGB

 RED value IS 33 (13.28% from 255) = 11.83%

 GREEN value IS 140 (55.08% from 255) = 50.18%

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 11.83%
G = 50.18%
B = 37.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#218C6A (or 0x218C6A) is known color: Elf Green. HEX triplet: 21, 8C and 6A. RGB value is (33,140,106). Sum of RGB (Red+Green+Blue) = 33+140+106=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #218C6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218C6A is #DE7395. Grayscale: #686868. Windows color (decimal): -14578582 or 6982689. OLE color: 6982689.

HSL color Cylindrical-coordinate representation of color #218C6A: hue angle of 160.93º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218C6A is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 140 106 -
CMYK 0.76 0 0.24 0.45
HSL 160.93º 0.62% 0.34% -
HSV(B) 160.93º 0.76% 0.55% -
XYZ 12.61 20.12 16.85 -
YUV 104.13 129.05 77.26 -
System Red Green Blue C M Y K H S L
Decimal 33 140 106 0.76 0 0.24 0.45 160.93 0.62 0.34
Hex 21 8C 6A 4C 0 18 2D A1 3E 22
Octal 41 214 152 114 0 30 55 241 76 42
Binary 100001 10001100 1101010 1001100 0 11000 101101 10100001 111110 100010

Color Harmonies of #218C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218C6A

Black with #218C6A

Text Example


Text Example

White with #218C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218C6A; }

 p { color: rgb(33,140,106); }

 H1.HeaderClassName
 {
   color: #218C6A;
 }
 .AnyTagClassName
 {
   color: #218C6A;
 }
</style>

background-color css

<style>
 a { background-color: #218C6A; }

 a { background-color: rgb(33,140,106); }

 div.DivClassName
 {
   background-color: #218C6A;
 }
 .BgClassName
 {
   background-color: #218C6A;
 }
</style>

border-color css

<style>
 span { border-color: #218C6A; }

 span { border-color: rgb(33,140,106); }

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