Html Css Color HEX #21AA7F Jungle Green

📋 copy color: '#21AA7F'

red 33 ◦ green 170 ◦ blue 127

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

Shades of Jungle Green #21AA7F

Tints of Jungle Green #21AA7F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.52%

 BLUE value IS 127 (50% from 255) = 38.48%

R = 10%
G = 51.52%
B = 38.48%

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

#21AA7F (or 0x21AA7F) is known color: Jungle Green. HEX triplet: 21, AA and 7F. RGB value is (33,170,127). Sum of RGB (Red+Green+Blue) = 33+170+127=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA7F is #DE5580. Grayscale: #7C7C7C. Windows color (decimal): -14570881 or 8366625. OLE color: 8366625.

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

Color convert

RGB 33 170 127 -
CMYK 0.81 0 0.25 0.33
HSL 161.17º 0.67% 0.4% -
HSV(B) 161.17º 0.81% 0.67% -
XYZ 18.83 30.61 24.99 -
YUV 124.14 129.61 63 -
System Red Green Blue C M Y K H S L
Decimal 33 170 127 0.81 0 0.25 0.33 161.17 0.67 0.4
Hex 21 AA 7F 51 0 19 21 A1 43 28
Octal 41 252 177 121 0 31 41 241 103 50
Binary 100001 10101010 1111111 1010001 0 11001 100001 10100001 1000011 101000

Color Harmonies of #21AA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AA7F

Black with #21AA7F

Text Example


Text Example

White with #21AA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,170,127); }

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

background-color css

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

 a { background-color: rgb(33,170,127); }

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

border-color css

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

 span { border-color: rgb(33,170,127); }

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