#35AC8A

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

Shades of Jungle Green #35AC8A

Tints of Jungle Green #35AC8A

Color information

#35AC8A (or 0x35AC8A) is unknown color: approx Jungle Green. HEX triplet: 35, AC and 8A. RGB value is (53,172,138). Sum of RGB (Red+Green+Blue) = 53+172+138=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AC8A is #CA5375. Grayscale: #848484. Windows color (decimal): -13259638 or 9088053. OLE color: 9088053.

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

Color convert

RGB53172138-
CMYK0.6900.200.33
HSL162.86º52.89%44.12%-
HSV(B)162.86º69.19%67.45%-
XYZ20.8132.129.14-
YUV132.54131.0871.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.60%
GREEN value IS 172 (67.58% from 255) = 47.38%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=14.60%
G=47.38%
B=38.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531721380.6900.200.33162.8652.8944.12
Hex35AC8A4501421a3352c
Octal65254212105024412436554
Binary1101011010110010001010100010101010010000110100011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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