Html Css Color HEX #21AC83 Jungle Green

📋 copy color: '#21AC83'

red 33 ◦ green 172 ◦ blue 131

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

Shades of Jungle Green #21AC83

Tints of Jungle Green #21AC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.99%

R = 9.82%
G = 51.19%
B = 38.99%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#21AC83 (or 0x21AC83) is known color: Jungle Green. HEX triplet: 21, AC and 83. RGB value is (33,172,131). Sum of RGB (Red+Green+Blue) = 33+172+131=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AC83 is #DE537C. Grayscale: #7D7D7D. Windows color (decimal): -14570365 or 8629281. OLE color: 8629281.

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

Color convert

RGB 33 172 131 -
CMYK 0.81 0 0.24 0.33
HSL 162.3º 0.68% 0.4% -
HSV(B) 162.3º 0.81% 0.67% -
XYZ 19.48 31.47 26.52 -
YUV 125.77 130.95 61.83 -
System Red Green Blue C M Y K H S L
Decimal 33 172 131 0.81 0 0.24 0.33 162.3 0.68 0.4
Hex 21 AC 83 51 0 18 21 A2 44 28
Octal 41 254 203 121 0 30 41 242 104 50
Binary 100001 10101100 10000011 1010001 0 11000 100001 10100010 1000100 101000

Color Harmonies of #21AC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AC83

Black with #21AC83

Text Example


Text Example

White with #21AC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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