#86E93B

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

Shades of Atlantis #86E93B

Tints of Atlantis #86E93B

Color information

#86E93B (or 0x86E93B) is unknown color: approx Atlantis. HEX triplet: 86, E9 and 3B. RGB value is (134,233,59). Sum of RGB (Red+Green+Blue) = 134+233+59=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 233 (91.41% from 255 or 54.69% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 233 - color contains mainly: green. Hex color #86E93B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86E93B is #7916C4. Grayscale: #B8B8B8. Windows color (decimal): -7935685 or 3926406. OLE color: 3926406.

HSL color Cylindrical-coordinate representation of color #86E93B: hue angle of 94.14º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86E93B is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB13423359-
CMYK0.4200.750.09
HSL94.14º79.82%57.25%-
HSV(B)94.14º74.68%91.37%-
XYZ39.7663.6614.33-
YUV183.5657.792.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.46%
GREEN value IS 233 (91.41% from 255) = 54.69%
BLUE value IS 59 (23.44% from 255) = 13.85%
R=31.46%
G=54.69%
B=13.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal134233590.4200.750.0994.1479.8257.25
Hex86E93B2A04B95e5039
Octal206351735201131113612071
Binary100001101110100111101110101001001011100110111101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,233,59); }

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

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

 a { background-color: rgb(134,233,59); }

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

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

 span { border-color: rgb(134,233,59); }

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