Html Css Color HEX #21996E Elf Green

📋 copy color: '#21996E'

red 33 ◦ green 153 ◦ blue 110

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

Shades of Elf Green #21996E

Tints of Elf Green #21996E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.69%

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 11.15%
G = 51.69%
B = 37.16%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#21996E (or 0x21996E) is known color: Elf Green. HEX triplet: 21, 99 and 6E. RGB value is (33,153,110). Sum of RGB (Red+Green+Blue) = 33+153+110=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #21996E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21996E is #DE6691. Grayscale: #707070. Windows color (decimal): -14575250 or 7248161. OLE color: 7248161.

HSL color Cylindrical-coordinate representation of color #21996E: hue angle of 158.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21996E is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 153 110 -
CMYK 0.78 0 0.28 0.4
HSL 158.5º 0.65% 0.36% -
HSV(B) 158.5º 0.78% 0.6% -
XYZ 14.83 24.23 18.65 -
YUV 112.22 126.74 71.5 -
System Red Green Blue C M Y K H S L
Decimal 33 153 110 0.78 0 0.28 0.4 158.5 0.65 0.36
Hex 21 99 6E 4E 0 1C 28 9E 41 24
Octal 41 231 156 116 0 34 50 236 101 44
Binary 100001 10011001 1101110 1001110 0 11100 101000 10011110 1000001 100100

Color Harmonies of #21996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21996E

Black with #21996E

Text Example


Text Example

White with #21996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21996E; }

 p { color: rgb(33,153,110); }

 H1.HeaderClassName
 {
   color: #21996E;
 }
 .AnyTagClassName
 {
   color: #21996E;
 }
</style>

background-color css

<style>
 a { background-color: #21996E; }

 a { background-color: rgb(33,153,110); }

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

border-color css

<style>
 span { border-color: #21996E; }

 span { border-color: rgb(33,153,110); }

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