Html Css Color HEX #21AA7D Jungle Green

📋 copy color: '#21AA7D'

red 33 ◦ green 170 ◦ blue 125

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

Shades of Jungle Green #21AA7D

Tints of Jungle Green #21AA7D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.83%

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

R = 10.06%
G = 51.83%
B = 38.11%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#21AA7D (or 0x21AA7D) is known color: Jungle Green. HEX triplet: 21, AA and 7D. RGB value is (33,170,125). Sum of RGB (Red+Green+Blue) = 33+170+125=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA7D is #DE5582. Grayscale: #7B7B7B. Windows color (decimal): -14570883 or 8235553. OLE color: 8235553.

HSL color Cylindrical-coordinate representation of color #21AA7D: hue angle of 160.29º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AA7D is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 170 125 -
CMYK 0.81 0 0.26 0.33
HSL 160.29º 0.67% 0.4% -
HSV(B) 160.29º 0.81% 0.67% -
XYZ 18.7 30.55 24.31 -
YUV 123.91 128.61 63.16 -
System Red Green Blue C M Y K H S L
Decimal 33 170 125 0.81 0 0.26 0.33 160.29 0.67 0.4
Hex 21 AA 7D 51 0 1A 21 A0 43 28
Octal 41 252 175 121 0 32 41 240 103 50
Binary 100001 10101010 1111101 1010001 0 11010 100001 10100000 1000011 101000

Color Harmonies of #21AA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AA7D

Black with #21AA7D

Text Example


Text Example

White with #21AA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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