#86E347

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

Shades of Atlantis #86E347

Tints of Atlantis #86E347

Color information

#86E347 (or 0x86E347) is unknown color: approx Atlantis. HEX triplet: 86, E3 and 47. RGB value is (134,227,71). Sum of RGB (Red+Green+Blue) = 134+227+71=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 227 (89.06% from 255 or 52.55% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 227 - color contains mainly: green. Hex color #86E347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E347 is #791CB8. Grayscale: #B5B5B5. Windows color (decimal): -7937209 or 4711302. OLE color: 4711302.

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

Color convert

RGB13422771-
CMYK0.4100.690.11
HSL95.77º73.58%58.43%-
HSV(B)95.77º68.72%89.02%-
XYZ38.4460.4615.61-
YUV181.4165.6994.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 227 (89.06% from 255) = 52.55%
BLUE value IS 71 (28.12% from 255) = 16.44%
R=31.02%
G=52.55%
B=16.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal134227710.4100.690.1195.7773.5858.43
Hex86E34729045B604a3a
Octal2063431075101051314011272
Binary1000011011100011100011110100101000101101111000001001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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