#86D53A

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

Shades of Atlantis #86D53A

Tints of Atlantis #86D53A

Color information

#86D53A (or 0x86D53A) is unknown color: approx Atlantis. HEX triplet: 86, D5 and 3A. RGB value is (134,213,58). Sum of RGB (Red+Green+Blue) = 134+213+58=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #86D53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D53A is #792AC5. Grayscale: #ACACAC. Windows color (decimal): -7940806 or 3855750. OLE color: 3855750.

HSL color Cylindrical-coordinate representation of color #86D53A: hue angle of 90.58º 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 #86D53A is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB13421358-
CMYK0.3700.730.16
HSL90.58º64.85%53.14%-
HSV(B)90.58º72.77%83.53%-
XYZ34.3952.9612.41-
YUV171.7163.83101.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 213 (83.59% from 255) = 52.59%
BLUE value IS 58 (23.05% from 255) = 14.32%
R=33.09%
G=52.59%
B=14.32%

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
Decimal134213580.3700.730.1690.5864.8553.14
Hex86D53A25049105b4135
Octal206325724501112013310165
Binary1000011011010101111010100101010010011000010110111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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