Html Css Color HEX #21A17D Jungle Green

📋 copy color: '#21A17D'

red 33 ◦ green 161 ◦ blue 125

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

Shades of Jungle Green #21A17D

Tints of Jungle Green #21A17D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.47%

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 10.34%
G = 50.47%
B = 39.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#21A17D (or 0x21A17D) is known color: Jungle Green. HEX triplet: 21, A1 and 7D. RGB value is (33,161,125). Sum of RGB (Red+Green+Blue) = 33+161+125=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #21A17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A17D is #DE5E82. Grayscale: #767676. Windows color (decimal): -14573187 or 8233249. OLE color: 8233249.

HSL color Cylindrical-coordinate representation of color #21A17D: hue angle of 163.12º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A17D is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 161 125 -
CMYK 0.80 0 0.22 0.37
HSL 163.13º 0.66% 0.38% -
HSV(B) 163.13º 0.8% 0.63% -
XYZ 17.07 27.29 23.77 -
YUV 118.62 131.59 66.93 -
System Red Green Blue C M Y K H S L
Decimal 33 161 125 0.80 0 0.22 0.37 163.13 0.66 0.38
Hex 21 A1 7D 50 0 16 25 A3 42 26
Octal 41 241 175 120 0 26 45 243 102 46
Binary 100001 10100001 1111101 1010000 0 10110 100101 10100011 1000010 100110

Color Harmonies of #21A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A17D

Black with #21A17D

Text Example


Text Example

White with #21A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,161,125); }

 H1.HeaderClassName
 {
   color: #21A17D;
 }
 .AnyTagClassName
 {
   color: #21A17D;
 }
</style>

background-color css

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

 a { background-color: rgb(33,161,125); }

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

border-color css

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

 span { border-color: rgb(33,161,125); }

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