#86d843

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

Shades of Atlantis #86D843

Tints of Atlantis #86D843

Color information

#86D843 (or 0x86D843) is unknown color: approx Atlantis. HEX triplet: 86, D8 and 43. RGB value is (134,216,67). Sum of RGB (Red+Green+Blue) = 134+216+67=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #86D843 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D843 is #7927BC. Grayscale: #AFAFAF. Windows color (decimal): -7940029 or 4446342. OLE color: 4446342.

HSL color Cylindrical-coordinate representation of color #86D843: hue angle of 93.02º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86D843 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB13421667-
CMYK0.3800.690.15
HSL93.02º65.64%55.49%-
HSV(B)93.02º68.98%84.71%-
XYZ35.454.5913.98-
YUV174.567.3399.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 216 (84.77% from 255) = 51.80%
BLUE value IS 67 (26.56% from 255) = 16.07%
R=32.13%
G=51.80%
B=16.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal134216670.3800.690.1593.0265.6455.49
Hex86D84326045F5d4237
Octal2063301034601051713510267
Binary1000011011011000100001110011001000101111110111011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86d843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,216,67); }

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

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

 a { background-color: rgb(134,216,67); }

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

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

 span { border-color: rgb(134,216,67); }

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