#86D441

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

Shades of Atlantis #86D441

Tints of Atlantis #86D441

Color information

#86D441 (or 0x86D441) is unknown color: approx Atlantis. HEX triplet: 86, D4 and 41. RGB value is (134,212,65). Sum of RGB (Red+Green+Blue) = 134+212+65=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #86D441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D441 is #792BBE. Grayscale: #ACACAC. Windows color (decimal): -7941055 or 4314246. OLE color: 4314246.

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

Color convert

RGB13421265-
CMYK0.3700.690.17
HSL91.84º63.09%54.31%-
HSV(B)91.84º69.34%83.14%-
XYZ34.3352.5413.33-
YUV171.9267.66100.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 212 (83.20% from 255) = 51.58%
BLUE value IS 65 (25.78% from 255) = 15.82%
R=32.60%
G=51.58%
B=15.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal134212650.3700.690.1791.8463.0954.31
Hex86D44125045115c3f36
Octal206324101450105211347766
Binary1000011011010100100000110010101000101100011011100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,212,65); }

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

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

 a { background-color: rgb(134,212,65); }

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

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

 span { border-color: rgb(134,212,65); }

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