Html Css Color HEX #21AC81 Jungle Green

📋 copy color: '#21AC81'

red 33 ◦ green 172 ◦ blue 129

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

Shades of Jungle Green #21AC81

Tints of Jungle Green #21AC81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.62%

R = 9.88%
G = 51.5%
B = 38.62%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#21AC81 (or 0x21AC81) is known color: Jungle Green. HEX triplet: 21, AC and 81. RGB value is (33,172,129). Sum of RGB (Red+Green+Blue) = 33+172+129=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AC81 is #DE537E. Grayscale: #7D7D7D. Windows color (decimal): -14570367 or 8498209. OLE color: 8498209.

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

Color convert

RGB 33 172 129 -
CMYK 0.81 0 0.25 0.33
HSL 161.44º 0.68% 0.4% -
HSV(B) 161.44º 0.81% 0.67% -
XYZ 19.34 31.41 25.81 -
YUV 125.54 129.95 62 -
System Red Green Blue C M Y K H S L
Decimal 33 172 129 0.81 0 0.25 0.33 161.44 0.68 0.4
Hex 21 AC 81 51 0 19 21 A1 44 28
Octal 41 254 201 121 0 31 41 241 104 50
Binary 100001 10101100 10000001 1010001 0 11001 100001 10100001 1000100 101000

Color Harmonies of #21AC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AC81

Black with #21AC81

Text Example


Text Example

White with #21AC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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