#86E53E

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

Shades of Atlantis #86E53E

Tints of Atlantis #86E53E

Color information

#86E53E (or 0x86E53E) is unknown color: approx Atlantis. HEX triplet: 86, E5 and 3E. RGB value is (134,229,62). Sum of RGB (Red+Green+Blue) = 134+229+62=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 229 (89.84% from 255 or 53.88% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 229 - color contains mainly: green. Hex color #86E53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E53E is #791AC1. Grayscale: #B6B6B6. Windows color (decimal): -7936706 or 4121990. OLE color: 4121990.

HSL color Cylindrical-coordinate representation of color #86E53E: hue angle of 94.13º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86E53E is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB13422962-
CMYK0.4100.730.10
HSL94.13º76.26%57.06%-
HSV(B)94.13º72.93%89.8%-
XYZ38.7261.4514.38-
YUV181.5660.5394.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 229 (89.84% from 255) = 53.88%
BLUE value IS 62 (24.61% from 255) = 14.59%
R=31.53%
G=53.88%
B=14.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal134229620.4100.730.1094.1376.2657.06
Hex86E53E29049A5e4c39
Octal206345765101111213611471
Binary100001101110010111111010100101001001101010111101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,229,62); }

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

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

 a { background-color: rgb(134,229,62); }

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

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

 span { border-color: rgb(134,229,62); }

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