Html Css Color HEX #21A079 Jungle Green

📋 copy color: '#21A079'

red 33 ◦ green 160 ◦ blue 121

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

Shades of Jungle Green #21A079

Tints of Jungle Green #21A079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.96%

 BLUE value IS 121 (47.66% from 255) = 38.54%

R = 10.51%
G = 50.96%
B = 38.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#21A079 (or 0x21A079) is known color: Jungle Green. HEX triplet: 21, A0 and 79. RGB value is (33,160,121). Sum of RGB (Red+Green+Blue) = 33+160+121=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #21A079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A079 is #DE5F86. Grayscale: #757575. Windows color (decimal): -14573447 or 7970849. OLE color: 7970849.

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

Color convert

RGB 33 160 121 -
CMYK 0.79 0 0.24 0.37
HSL 161.57º 0.66% 0.38% -
HSV(B) 161.57º 0.79% 0.63% -
XYZ 16.65 26.85 22.39 -
YUV 117.58 129.92 67.67 -
System Red Green Blue C M Y K H S L
Decimal 33 160 121 0.79 0 0.24 0.37 161.57 0.66 0.38
Hex 21 A0 79 4F 0 18 25 A2 42 26
Octal 41 240 171 117 0 30 45 242 102 46
Binary 100001 10100000 1111001 1001111 0 11000 100101 10100010 1000010 100110

Color Harmonies of #21A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A079

Black with #21A079

Text Example


Text Example

White with #21A079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,160,121); }

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

background-color css

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

 a { background-color: rgb(33,160,121); }

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

border-color css

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

 span { border-color: rgb(33,160,121); }

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