Html Css Color HEX #21A682 Jungle Green

📋 copy color: '#21A682'

red 33 ◦ green 166 ◦ blue 130

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

Shades of Jungle Green #21A682

Tints of Jungle Green #21A682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 10.03%
G = 50.46%
B = 39.51%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#21A682 (or 0x21A682) is known color: Jungle Green. HEX triplet: 21, A6 and 82. RGB value is (33,166,130). Sum of RGB (Red+Green+Blue) = 33+166+130=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 166 (65.23% from 255 or 50.46% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 166 - color contains mainly: green. Hex color #21A682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A682 is #DE597D. Grayscale: #7A7A7A. Windows color (decimal): -14571902 or 8562209. OLE color: 8562209.

HSL color Cylindrical-coordinate representation of color #21A682: hue angle of 163.76º 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 #21A682 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 166 130 -
CMYK 0.80 0 0.22 0.35
HSL 163.76º 0.67% 0.39% -
HSV(B) 163.76º 0.8% 0.65% -
XYZ 18.29 29.21 25.79 -
YUV 122.13 132.44 64.43 -
System Red Green Blue C M Y K H S L
Decimal 33 166 130 0.80 0 0.22 0.35 163.76 0.67 0.39
Hex 21 A6 82 50 0 16 23 A4 43 27
Octal 41 246 202 120 0 26 43 244 103 47
Binary 100001 10100110 10000010 1010000 0 10110 100011 10100100 1000011 100111

Color Harmonies of #21A682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A682

Black with #21A682

Text Example


Text Example

White with #21A682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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