#86C141

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

Shades of Atlantis #86C141

Tints of Atlantis #86C141

Color information

#86C141 (or 0x86C141) is unknown color: approx Atlantis. HEX triplet: 86, C1 and 41. RGB value is (134,193,65). Sum of RGB (Red+Green+Blue) = 134+193+65=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #86C141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C141 is #793EBE. Grayscale: #A1A1A1. Windows color (decimal): -7945919 or 4309382. OLE color: 4309382.

HSL color Cylindrical-coordinate representation of color #86C141: hue angle of 87.66º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86C141 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB13419365-
CMYK0.3100.660.24
HSL87.66º50.79%50.59%-
HSV(B)87.66º66.32%75.69%-
XYZ29.8643.5911.84-
YUV160.7773.95108.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 193 (75.78% from 255) = 49.23%
BLUE value IS 65 (25.78% from 255) = 16.58%
R=34.18%
G=49.23%
B=16.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134193650.3100.660.2487.6650.7950.59
Hex86C1411F04218583333
Octal206301101370102301306363
Binary100001101100000110000011111101000010110001011000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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