#86E340

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

Shades of Atlantis #86E340

Tints of Atlantis #86E340

Color information

#86E340 (or 0x86E340) is unknown color: approx Atlantis. HEX triplet: 86, E3 and 40. RGB value is (134,227,64). Sum of RGB (Red+Green+Blue) = 134+227+64=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 227 (89.06% from 255 or 53.41% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 227 - color contains mainly: green. Hex color #86E340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E340 is #791CBF. Grayscale: #B5B5B5. Windows color (decimal): -7937216 or 4252550. OLE color: 4252550.

HSL color Cylindrical-coordinate representation of color #86E340: hue angle of 94.23º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86E340 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB13422764-
CMYK0.4100.720.11
HSL94.23º74.43%57.06%-
HSV(B)94.23º71.81%89.02%-
XYZ38.2360.3814.49-
YUV180.6162.1994.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 227 (89.06% from 255) = 53.41%
BLUE value IS 64 (25.39% from 255) = 15.06%
R=31.53%
G=53.41%
B=15.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal134227640.4100.720.1194.2374.4357.06
Hex86E34029048B5e4a39
Octal2063431005101101313611271
Binary1000011011100011100000010100101001000101110111101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,227,64); }

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

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

 a { background-color: rgb(134,227,64); }

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

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

 span { border-color: rgb(134,227,64); }

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