#86EB49

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

Shades of Atlantis #86EB49

Tints of Atlantis #86EB49

Color information

#86EB49 (or 0x86EB49) is unknown color: approx Atlantis. HEX triplet: 86, EB and 49. RGB value is (134,235,73). Sum of RGB (Red+Green+Blue) = 134+235+73=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 235 (92.19% from 255 or 53.17% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 235 - color contains mainly: green. Hex color #86EB49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EB49 is #7914B6. Grayscale: #BABABA. Windows color (decimal): -7935159 or 4844422. OLE color: 4844422.

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

Color convert

RGB13423573-
CMYK0.4300.690.08
HSL97.41º80.2%60.39%-
HSV(B)97.41º68.94%92.16%-
XYZ40.7464.9716.7-
YUV186.3364.0490.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 235 (92.19% from 255) = 53.17%
BLUE value IS 73 (28.91% from 255) = 16.52%
R=30.32%
G=53.17%
B=16.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal134235730.4300.690.0897.4180.260.39
Hex86EB492B045861503c
Octal2063531115301051014112074
Binary1000011011101011100100110101101000101100011000011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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