#86EB46

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

Shades of Atlantis #86EB46

Tints of Atlantis #86EB46

Color information

#86EB46 (or 0x86EB46) is unknown color: approx Atlantis. HEX triplet: 86, EB and 46. RGB value is (134,235,70). Sum of RGB (Red+Green+Blue) = 134+235+70=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 235 (92.19% from 255 or 53.53% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 235 - color contains mainly: green. Hex color #86EB46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EB46 is #7914B9. Grayscale: #BABABA. Windows color (decimal): -7935162 or 4647814. OLE color: 4647814.

HSL color Cylindrical-coordinate representation of color #86EB46: hue angle of 96.73º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86EB46 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB13423570-
CMYK0.4300.700.08
HSL96.73º80.49%59.8%-
HSV(B)96.73º70.21%92.16%-
XYZ40.6564.9316.18-
YUV185.9962.5490.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.52%
GREEN value IS 235 (92.19% from 255) = 53.53%
BLUE value IS 70 (27.73% from 255) = 15.95%
R=30.52%
G=53.53%
B=15.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal134235700.4300.700.0896.7380.4959.8
Hex86EB462B046861503c
Octal2063531065301061014112074
Binary1000011011101011100011010101101000110100011000011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,235,70); }

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

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

 a { background-color: rgb(134,235,70); }

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

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

 span { border-color: rgb(134,235,70); }

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