Html Css Color HEX #21AB81 Jungle Green

📋 copy color: '#21AB81'

red 33 ◦ green 171 ◦ blue 129

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

Shades of Jungle Green #21AB81

Tints of Jungle Green #21AB81

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.35%

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

R = 9.91%
G = 51.35%
B = 38.74%

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

#21AB81 (or 0x21AB81) is known color: Jungle Green. HEX triplet: 21, AB and 81. RGB value is (33,171,129). Sum of RGB (Red+Green+Blue) = 33+171+129=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AB81 is #DE547E. Grayscale: #7C7C7C. Windows color (decimal): -14570623 or 8497953. OLE color: 8497953.

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

Color convert

RGB 33 171 129 -
CMYK 0.81 0 0.25 0.33
HSL 161.74º 0.68% 0.4% -
HSV(B) 161.74º 0.81% 0.67% -
XYZ 19.15 31.03 25.75 -
YUV 124.95 130.28 62.42 -
System Red Green Blue C M Y K H S L
Decimal 33 171 129 0.81 0 0.25 0.33 161.74 0.68 0.4
Hex 21 AB 81 51 0 19 21 A2 44 28
Octal 41 253 201 121 0 31 41 242 104 50
Binary 100001 10101011 10000001 1010001 0 11001 100001 10100010 1000100 101000

Color Harmonies of #21AB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AB81

Black with #21AB81

Text Example


Text Example

White with #21AB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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