#21AB83

Color #21AB83 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #21AB83

Tints of Jungle Green #21AB83

Color information

#21AB83 (or 0x21AB83) is unknown color: approx Jungle Green. HEX triplet: 21, AB and 83. RGB value is (33,171,131). Sum of RGB (Red+Green+Blue) = 33+171+131=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AB83 is #DE547C. Grayscale: #7D7D7D. Windows color (decimal): -14570621 or 8629025. OLE color: 8629025.

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

Color convert

RGB33171131-
CMYK0.8100.230.33
HSL162.61º67.65%40%-
HSV(B)162.61º80.7%67.06%-
XYZ19.2931.0926.46-
YUV125.18131.2862.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.85%
GREEN value IS 171 (67.19% from 255) = 51.04%
BLUE value IS 131 (51.56% from 255) = 39.10%
R=9.85%
G=51.04%
B=39.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331711310.8100.230.33162.6167.6540
Hex21AB835101721a34428
Octal412532031210274124310450
Binary10000110101011100000111010001010111100001101000111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21AB83;
 }
 .AnyTagClassName
 {
   color: #21AB83;
 }
</style>
background-color css

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

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

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

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

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

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