Html Css Color HEX #21A174 Jungle Green

📋 copy color: '#21A174'

red 33 ◦ green 161 ◦ blue 116

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

Shades of Jungle Green #21A174

Tints of Jungle Green #21A174

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.94%

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 10.65%
G = 51.94%
B = 37.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#21A174 (or 0x21A174) is known color: Jungle Green. HEX triplet: 21, A1 and 74. RGB value is (33,161,116). Sum of RGB (Red+Green+Blue) = 33+161+116=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 161 (63.28% from 255 or 51.94% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 161 - color contains mainly: green. Hex color #21A174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A174 is #DE5E8B. Grayscale: #757575. Windows color (decimal): -14573196 or 7643425. OLE color: 7643425.

HSL color Cylindrical-coordinate representation of color #21A174: hue angle of 158.91º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A174 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 161 116 -
CMYK 0.80 0 0.28 0.37
HSL 158.91º 0.66% 0.38% -
HSV(B) 158.91º 0.8% 0.63% -
XYZ 16.52 27.07 20.88 -
YUV 117.6 127.09 67.66 -
System Red Green Blue C M Y K H S L
Decimal 33 161 116 0.80 0 0.28 0.37 158.91 0.66 0.38
Hex 21 A1 74 50 0 1C 25 9F 42 26
Octal 41 241 164 120 0 34 45 237 102 46
Binary 100001 10100001 1110100 1010000 0 11100 100101 10011111 1000010 100110

Color Harmonies of #21A174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A174

Black with #21A174

Text Example


Text Example

White with #21A174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,161,116); }

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

background-color css

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

 a { background-color: rgb(33,161,116); }

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

border-color css

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

 span { border-color: rgb(33,161,116); }

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