Html Css Color HEX #21A07F Jungle Green

📋 copy color: '#21A07F'

red 33 ◦ green 160 ◦ blue 127

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

Shades of Jungle Green #21A07F

Tints of Jungle Green #21A07F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50%

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

R = 10.31%
G = 50%
B = 39.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#21A07F (or 0x21A07F) is known color: Jungle Green. HEX triplet: 21, A0 and 7F. RGB value is (33,160,127). Sum of RGB (Red+Green+Blue) = 33+160+127=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #21A07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A07F is #DE5F80. Grayscale: #767676. Windows color (decimal): -14573441 or 8364065. OLE color: 8364065.

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

Color convert

RGB 33 160 127 -
CMYK 0.79 0 0.21 0.37
HSL 164.41º 0.66% 0.38% -
HSV(B) 164.41º 0.79% 0.63% -
XYZ 17.03 27 24.39 -
YUV 118.27 132.92 67.18 -
System Red Green Blue C M Y K H S L
Decimal 33 160 127 0.79 0 0.21 0.37 164.41 0.66 0.38
Hex 21 A0 7F 4F 0 15 25 A4 42 26
Octal 41 240 177 117 0 25 45 244 102 46
Binary 100001 10100000 1111111 1001111 0 10101 100101 10100100 1000010 100110

Color Harmonies of #21A07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A07F

Black with #21A07F

Text Example


Text Example

White with #21A07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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