#86E84B

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

Shades of Atlantis #86E84B

Tints of Atlantis #86E84B

Color information

#86E84B (or 0x86E84B) is unknown color: approx Atlantis. HEX triplet: 86, E8 and 4B. RGB value is (134,232,75). Sum of RGB (Red+Green+Blue) = 134+232+75=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 232 (91.02% from 255 or 52.61% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 232 - color contains mainly: green. Hex color #86E84B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86E84B is #7917B4. Grayscale: #B9B9B9. Windows color (decimal): -7935925 or 4974726. OLE color: 4974726.

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

Color convert

RGB13423275-
CMYK0.4200.680.09
HSL97.45º77.34%60.2%-
HSV(B)97.45º67.67%90.98%-
XYZ39.9663.2916.77-
YUV184.866.0391.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.39%
GREEN value IS 232 (91.02% from 255) = 52.61%
BLUE value IS 75 (29.69% from 255) = 17.01%
R=30.39%
G=52.61%
B=17.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal134232750.4200.680.0997.4577.3460.2
Hex86E84B2A0449614d3c
Octal2063501135201041114111574
Binary1000011011101000100101110101001000100100111000011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,232,75); }

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

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

 a { background-color: rgb(134,232,75); }

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

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

 span { border-color: rgb(134,232,75); }

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