Html Css Color HEX #21A677 Jungle Green

📋 copy color: '#21A677'

red 33 ◦ green 166 ◦ blue 119

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

Shades of Jungle Green #21A677

Tints of Jungle Green #21A677

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.2%

 BLUE value IS 119 (46.88% from 255) = 37.42%

R = 10.38%
G = 52.2%
B = 37.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#21A677 (or 0x21A677) is known color: Jungle Green. HEX triplet: 21, A6 and 77. RGB value is (33,166,119). Sum of RGB (Red+Green+Blue) = 33+166+119=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #21A677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A677 is #DE5988. Grayscale: #787878. Windows color (decimal): -14571913 or 7841313. OLE color: 7841313.

HSL color Cylindrical-coordinate representation of color #21A677: hue angle of 158.8º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A677 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 166 119 -
CMYK 0.80 0 0.28 0.35
HSL 158.8º 0.67% 0.39% -
HSV(B) 158.8º 0.8% 0.65% -
XYZ 17.59 28.93 22.11 -
YUV 120.88 126.94 65.32 -
System Red Green Blue C M Y K H S L
Decimal 33 166 119 0.80 0 0.28 0.35 158.8 0.67 0.39
Hex 21 A6 77 50 0 1C 23 9F 43 27
Octal 41 246 167 120 0 34 43 237 103 47
Binary 100001 10100110 1110111 1010000 0 11100 100011 10011111 1000011 100111

Color Harmonies of #21A677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A677

Black with #21A677

Text Example


Text Example

White with #21A677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,166,119); }

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

background-color css

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

 a { background-color: rgb(33,166,119); }

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

border-color css

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

 span { border-color: rgb(33,166,119); }

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