#86D340

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

Shades of Atlantis #86D340

Tints of Atlantis #86D340

Color information

#86D340 (or 0x86D340) is unknown color: approx Atlantis. HEX triplet: 86, D3 and 40. RGB value is (134,211,64). Sum of RGB (Red+Green+Blue) = 134+211+64=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #86D340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D340 is #792CBF. Grayscale: #ABABAB. Windows color (decimal): -7941312 or 4248454. OLE color: 4248454.

HSL color Cylindrical-coordinate representation of color #86D340: hue angle of 91.43º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86D340 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB13421164-
CMYK0.3600.700.17
HSL91.43º62.55%53.92%-
HSV(B)91.43º69.67%82.75%-
XYZ34.0552.0313.1-
YUV171.2267.49101.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 211 (82.81% from 255) = 51.59%
BLUE value IS 64 (25.39% from 255) = 15.65%
R=32.76%
G=51.59%
B=15.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal134211640.3600.700.1791.4362.5553.92
Hex86D34024046115b3f36
Octal206323100440106211337766
Binary1000011011010011100000010010001000110100011011011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,211,64); }

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

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

 a { background-color: rgb(134,211,64); }

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

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

 span { border-color: rgb(134,211,64); }

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