Html Css Color HEX #21AC89 Jungle Green

📋 copy color: '#21AC89'

red 33 ◦ green 172 ◦ blue 137

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

Shades of Jungle Green #21AC89

Tints of Jungle Green #21AC89

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.29%

 BLUE value IS 137 (53.91% from 255) = 40.06%

R = 9.65%
G = 50.29%
B = 40.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#21AC89 (or 0x21AC89) is known color: Jungle Green. HEX triplet: 21, AC and 89. RGB value is (33,172,137). Sum of RGB (Red+Green+Blue) = 33+172+137=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AC89 is #DE5376. Grayscale: #7E7E7E. Windows color (decimal): -14570359 or 9022497. OLE color: 9022497.

HSL color Cylindrical-coordinate representation of color #21AC89: hue angle of 164.89º degrees, saturation: 0.68, 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 #21AC89 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 172 137 -
CMYK 0.81 0 0.20 0.33
HSL 164.89º 0.68% 0.4% -
HSV(B) 164.89º 0.81% 0.67% -
XYZ 19.9 31.63 28.72 -
YUV 126.45 133.95 61.35 -
System Red Green Blue C M Y K H S L
Decimal 33 172 137 0.81 0 0.20 0.33 164.89 0.68 0.4
Hex 21 AC 89 51 0 14 21 A5 44 28
Octal 41 254 211 121 0 24 41 245 104 50
Binary 100001 10101100 10001001 1010001 0 10100 100001 10100101 1000100 101000

Color Harmonies of #21AC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AC89

Black with #21AC89

Text Example


Text Example

White with #21AC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,172,137); }

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

background-color css

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

 a { background-color: rgb(33,172,137); }

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

border-color css

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

 span { border-color: rgb(33,172,137); }

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