Html Css Color HEX #21AD8A Jungle Green

📋 copy color: '#21AD8A'

red 33 ◦ green 173 ◦ blue 138

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

Shades of Jungle Green #21AD8A

Tints of Jungle Green #21AD8A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.29%

 BLUE value IS 138 (54.3% from 255) = 40.12%

R = 9.59%
G = 50.29%
B = 40.12%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#21AD8A (or 0x21AD8A) is known color: Jungle Green. HEX triplet: 21, AD and 8A. RGB value is (33,173,138). Sum of RGB (Red+Green+Blue) = 33+173+138=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AD8A is #DE5275. Grayscale: #7F7F7F. Windows color (decimal): -14570102 or 9088289. OLE color: 9088289.

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

Color convert

RGB 33 173 138 -
CMYK 0.81 0 0.20 0.32
HSL 165º 0.68% 0.4% -
HSV(B) 165º 0.81% 0.68% -
XYZ 20.16 32.05 29.17 -
YUV 127.15 134.12 60.85 -
System Red Green Blue C M Y K H S L
Decimal 33 173 138 0.81 0 0.20 0.32 165 0.68 0.4
Hex 21 AD 8A 51 0 14 20 A5 44 28
Octal 41 255 212 121 0 24 40 245 104 50
Binary 100001 10101101 10001010 1010001 0 10100 100000 10100101 1000100 101000

Color Harmonies of #21AD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AD8A

Black with #21AD8A

Text Example


Text Example

White with #21AD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,173,138); }

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

background-color css

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

 a { background-color: rgb(33,173,138); }

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

border-color css

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

 span { border-color: rgb(33,173,138); }

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