#86E23A

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

Shades of Atlantis #86E23A

Tints of Atlantis #86E23A

Color information

#86E23A (or 0x86E23A) is unknown color: approx Atlantis. HEX triplet: 86, E2 and 3A. RGB value is (134,226,58). Sum of RGB (Red+Green+Blue) = 134+226+58=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 226 (88.67% from 255 or 54.07% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 226 - color contains mainly: green. Hex color #86E23A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E23A is #791DC5. Grayscale: #B3B3B3. Windows color (decimal): -7937478 or 3859078. OLE color: 3859078.

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

Color convert

RGB13422658-
CMYK0.4100.740.11
HSL92.86º74.34%55.69%-
HSV(B)92.86º74.34%88.63%-
XYZ37.7959.7713.55-
YUV179.3459.5295.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.06%
GREEN value IS 226 (88.67% from 255) = 54.07%
BLUE value IS 58 (23.05% from 255) = 13.88%
R=32.06%
G=54.07%
B=13.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal134226580.4100.740.1192.8674.3455.69
Hex86E23A2904AB5d4a38
Octal206342725101121313511270
Binary100001101110001011101010100101001010101110111011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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