#86D539

Color #86D539 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #86D539

Tints of Atlantis #86D539

Color information

#86D539 (or 0x86D539) is unknown color: approx Atlantis. HEX triplet: 86, D5 and 39. RGB value is (134,213,57). Sum of RGB (Red+Green+Blue) = 134+213+57=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #86D539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D539 is #792AC6. Grayscale: #ACACAC. Windows color (decimal): -7940807 or 3790214. OLE color: 3790214.

HSL color Cylindrical-coordinate representation of color #86D539: hue angle of 90.38º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86D539 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB13421357-
CMYK0.3700.730.16
HSL90.38º65%52.94%-
HSV(B)90.38º73.24%83.53%-
XYZ34.3652.9512.28-
YUV171.5963.33101.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 213 (83.59% from 255) = 52.72%
BLUE value IS 57 (22.66% from 255) = 14.11%
R=33.17%
G=52.72%
B=14.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134213570.3700.730.1690.386552.94
Hex86D53925049105a4135
Octal206325714501112013210165
Binary1000011011010101111001100101010010011000010110101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86D539; }

 p { color: rgb(134,213,57); }

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

<style>
 a { background-color: #86D539; }

 a { background-color: rgb(134,213,57); }

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

<style>
 span { border-color: #86D539; }

 span { border-color: rgb(134,213,57); }

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