Html Css Color HEX #21A786 Jungle Green

📋 copy color: '#21A786'

red 33 ◦ green 167 ◦ blue 134

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

Shades of Jungle Green #21A786

Tints of Jungle Green #21A786

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50%

 BLUE value IS 134 (52.73% from 255) = 40.12%

R = 9.88%
G = 50%
B = 40.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#21A786 (or 0x21A786) is known color: Jungle Green. HEX triplet: 21, A7 and 86. RGB value is (33,167,134). Sum of RGB (Red+Green+Blue) = 33+167+134=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 167 (65.62% from 255 or 50% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 167 - color contains mainly: green. Hex color #21A786 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A786 is #DE5879. Grayscale: #7B7B7B. Windows color (decimal): -14571642 or 8824609. OLE color: 8824609.

HSL color Cylindrical-coordinate representation of color #21A786: hue angle of 165.22º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A786 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 167 134 -
CMYK 0.80 0 0.20 0.35
HSL 165.22º 0.67% 0.39% -
HSV(B) 165.22º 0.8% 0.65% -
XYZ 18.75 29.68 27.3 -
YUV 123.17 134.11 63.68 -
System Red Green Blue C M Y K H S L
Decimal 33 167 134 0.80 0 0.20 0.35 165.22 0.67 0.39
Hex 21 A7 86 50 0 14 23 A5 43 27
Octal 41 247 206 120 0 24 43 245 103 47
Binary 100001 10100111 10000110 1010000 0 10100 100011 10100101 1000011 100111

Color Harmonies of #21A786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A786

Black with #21A786

Text Example


Text Example

White with #21A786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,167,134); }

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

background-color css

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

 a { background-color: rgb(33,167,134); }

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

border-color css

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

 span { border-color: rgb(33,167,134); }

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