#32AC8A

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

Shades of Jungle Green #32AC8A

Tints of Jungle Green #32AC8A

Color information

#32AC8A (or 0x32AC8A) is unknown color: approx Jungle Green. HEX triplet: 32, AC and 8A. RGB value is (50,172,138). Sum of RGB (Red+Green+Blue) = 50+172+138=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AC8A is #CD5375. Grayscale: #838383. Windows color (decimal): -13456246 or 9088050. OLE color: 9088050.

HSL color Cylindrical-coordinate representation of color #32AC8A: hue angle of 163.28º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AC8A is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB50172138-
CMYK0.7100.200.33
HSL163.28º54.95%43.53%-
HSV(B)163.28º70.93%67.45%-
XYZ20.6632.0229.14-
YUV131.65131.5869.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.89%
GREEN value IS 172 (67.58% from 255) = 47.78%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=13.89%
G=47.78%
B=38.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501721380.7100.200.33163.2854.9543.53
Hex32AC8A4701421a3372c
Octal62254212107024412436754
Binary1100101010110010001010100011101010010000110100011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32AC8A; }

 p { color: rgb(50,172,138); }

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

<style>
 a { background-color: #32AC8A; }

 a { background-color: rgb(50,172,138); }

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

<style>
 span { border-color: #32AC8A; }

 span { border-color: rgb(50,172,138); }

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